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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user