BT+WiFi: increasing panel width from 340 to 400.

This commit is contained in:
ItsLemmy
2025-11-09 19:36:57 -05:00
parent cd0556064b
commit bf215b0728
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import qs.Modules.MainScreen
SmartPanel {
id: root
preferredWidth: Math.round(340 * Style.uiScaleRatio)
preferredWidth: Math.round(400 * Style.uiScaleRatio)
preferredHeight: Math.round(500 * Style.uiScaleRatio)
panelContent: Rectangle {
+1 -1
View File
@@ -10,7 +10,7 @@ import qs.Widgets
SmartPanel {
id: root
preferredWidth: Math.round(340 * Style.uiScaleRatio)
preferredWidth: Math.round(400 * Style.uiScaleRatio)
preferredHeight: Math.round(500 * Style.uiScaleRatio)
property string passwordSsid: ""