From 529d012865aaa967a23ab723e2eac32cd11325f3 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sun, 16 Dec 2012 23:28:11 +0100 Subject: [PATCH] LockScreenMenu: double the space between icons Using the same spacing as secondary status icons causes the three indicators to be too close to each other. https://bugzilla.gnome.org/show_bug.cgi?id=687955 --- data/theme/gnome-shell.css | 4 ++++ js/ui/status/lockScreenMenu.js | 1 + 2 files changed, 5 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 4084a8452..a0f45b2bf 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -558,6 +558,10 @@ StScrollBar StButton#vhandle:active { spacing: 4px; } +.lock-screen-status-button-box { + spacing: 8px; +} + /* User Menu */ #panelUserMenu { diff --git a/js/ui/status/lockScreenMenu.js b/js/ui/status/lockScreenMenu.js index d47a7c17f..2e078742a 100644 --- a/js/ui/status/lockScreenMenu.js +++ b/js/ui/status/lockScreenMenu.js @@ -16,6 +16,7 @@ const Indicator = new Lang.Class({ _init: function() { this.parent(null, _("Volume, network, battery")); + this._box.style_class = 'lock-screen-status-button-box'; this._volume = Main.panel.statusArea.volume; if (this._volume) {