Panels: increased default panel width from 420 to 440.

This commit is contained in:
Lemmy
2025-12-15 18:55:13 -05:00
parent ea7a29af08
commit 3d44cb2953
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: {
var headerHeight = Settings.data.sessionMenu.showHeader ? Style.baseWidgetSize * 0.6 : 0;