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:
parent
8a1b83417a
commit
529d012865
@ -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 {
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user