ChangelogPanel: fix width issues

This commit is contained in:
Ly-sec
2025-11-20 13:17:17 +01:00
parent 3976a21dc7
commit fbfdf787de
+1 -1
View File
@@ -11,7 +11,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(540 * Style.uiScaleRatio)
preferredWidth: Math.round(820 * Style.uiScaleRatio)
preferredHeight: Math.round(620 * Style.uiScaleRatio)
panelAnchorHorizontalCenter: true
panelAnchorVerticalCenter: true