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 +}