From c3a47f24e80c9ce31cd73c7d913f89caf841e628 Mon Sep 17 00:00:00 2001 From: Nikhil Sharma <48005807+ThEditor@users.noreply.github.com> Date: Sat, 26 Jul 2025 09:00:59 +0530 Subject: feat: improve network popout (#268) * feat: network popout (saved networks only) * fix: rem unfinished forget network * network: some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 472bd4b..c8a8bba 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -24,5 +24,6 @@ JsonObject { property int windowPreviewSize: 400 property int trayMenuWidth: 300 property int batteryWidth: 250 + property int networkWidth: 320 } } -- cgit v1.2.3-freya