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
@@ -19,7 +19,7 @@ SmartPanel {
property bool localInputVolumeChanging: false
property int lastSourceId: -1
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(420 * Style.uiScaleRatio)
Component.onCompleted: {
+1 -1
View File
@@ -14,7 +14,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(460 * Style.uiScaleRatio)
// Get device selection from Battery widget settings (check right section first, then any Battery widget)
+1 -1
View File
@@ -12,7 +12,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(500 * Style.uiScaleRatio)
panelContent: Rectangle {
@@ -12,7 +12,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(420 * Style.uiScaleRatio)
function getIcon(brightness) {
@@ -31,7 +31,7 @@ SmartPanel {
panelAnchorBottom: !shouldCenter && controlCenterPosition !== "close_to_bar_button" && controlCenterPosition.startsWith("bottom_")
panelAnchorTop: !shouldCenter && controlCenterPosition !== "close_to_bar_button" && controlCenterPosition.startsWith("top_")
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: {
var height = 0;
var count = 0;
@@ -13,7 +13,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(540 * Style.uiScaleRatio)
// 0 = All, 1 = Today, 2 = Yesterday, 3 = Earlier
+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;
+1 -1
View File
@@ -10,7 +10,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(420 * Style.uiScaleRatio)
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredHeight: Math.round(500 * Style.uiScaleRatio)
property string passwordSsid: ""