From 2fddff736e2ea26fb095f2c97662230332965821 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Tue, 15 Jul 2025 23:27:03 -0400 Subject: [PATCH] Fix: Set Network Card's height to 80 to match Power Profile's --- Widgets/Sidebar/Panel/PanelPopup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Widgets/Sidebar/Panel/PanelPopup.qml b/Widgets/Sidebar/Panel/PanelPopup.qml index 27df543..f7d1857 100644 --- a/Widgets/Sidebar/Panel/PanelPopup.qml +++ b/Widgets/Sidebar/Panel/PanelPopup.qml @@ -157,7 +157,7 @@ PanelWindow { // Network card containing Wifi and Bluetooth Rectangle { - Layout.preferredHeight: 70 + Layout.preferredHeight: 80 Layout.preferredWidth: 140 Layout.fillWidth: false color: Theme.surface @@ -389,4 +389,4 @@ PanelWindow { } // Add a close button inside WallpaperPanel.qml for user to close the modal } -} \ No newline at end of file +}