[gnome-shell-sass] status/network: Replace wi-fi selection dialog
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] status/network: Replace wi-fi selection dialog
- Date: Wed, 10 Aug 2022 14:28:56 +0000 (UTC)
commit c3ad9ba53c7ea568afb2cae7e430fa7f83592eb9
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Aug 6 02:43:29 2022 +0200
status/network: Replace wi-fi selection dialog
Now that wi-fi devices will be handled by a separate menu toggle
instead of as part of a combined system menu, there is no longer
a need of delegating network selection to a separate dialog.
To keep the menu from growing too much, the (sorted) list of
displayed networks is kept at a limit of eight. There is always
Settings for a complete list…
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2407>
_widgets.scss | 1 -
widgets/_network-dialog.scss | 52 --------------------------------------------
widgets/_quick-settings.scss | 4 ++++
3 files changed, 4 insertions(+), 53 deletions(-)
---
diff --git a/_widgets.scss b/_widgets.scss
index 875baf5..a09e0b5 100644
--- a/_widgets.scss
+++ b/_widgets.scss
@@ -24,7 +24,6 @@
@import 'widgets/hotplug';
// Dialogs
@import 'widgets/dialogs';
-@import 'widgets/network-dialog';
// OSDs
@import 'widgets/osd';
@import 'widgets/switcher-popup';
diff --git a/widgets/_quick-settings.scss b/widgets/_quick-settings.scss
index 1324865..5034243 100644
--- a/widgets/_quick-settings.scss
+++ b/widgets/_quick-settings.scss
@@ -101,3 +101,7 @@
}
}
}
+
+.nm-network-item {
+ .wireless-secure-icon { icon-size: 0.5 * $base_icon_size; }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]