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
This commit is contained in:
Giovanni Campagna 2012-12-16 23:28:11 +01:00
parent 8a1b83417a
commit 529d012865
2 changed files with 5 additions and 0 deletions

View File

@ -558,6 +558,10 @@ StScrollBar StButton#vhandle:active {
spacing: 4px; spacing: 4px;
} }
.lock-screen-status-button-box {
spacing: 8px;
}
/* User Menu */ /* User Menu */
#panelUserMenu { #panelUserMenu {

View File

@ -16,6 +16,7 @@ const Indicator = new Lang.Class({
_init: function() { _init: function() {
this.parent(null, _("Volume, network, battery")); this.parent(null, _("Volume, network, battery"));
this._box.style_class = 'lock-screen-status-button-box';
this._volume = Main.panel.statusArea.volume; this._volume = Main.panel.statusArea.volume;
if (this._volume) { if (this._volume) {