From bf215b0728271f047d653470b25561a824da1cb1 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 9 Nov 2025 19:36:57 -0500 Subject: [PATCH] BT+WiFi: increasing panel width from 340 to 400. --- Modules/Panels/Bluetooth/BluetoothPanel.qml | 2 +- Modules/Panels/WiFi/WiFiPanel.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Bluetooth/BluetoothPanel.qml b/Modules/Panels/Bluetooth/BluetoothPanel.qml index b74bc391..d5661867 100644 --- a/Modules/Panels/Bluetooth/BluetoothPanel.qml +++ b/Modules/Panels/Bluetooth/BluetoothPanel.qml @@ -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 { diff --git a/Modules/Panels/WiFi/WiFiPanel.qml b/Modules/Panels/WiFi/WiFiPanel.qml index 76d6428c..178e010f 100644 --- a/Modules/Panels/WiFi/WiFiPanel.qml +++ b/Modules/Panels/WiFi/WiFiPanel.qml @@ -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: ""