status: Refine system status menu
* switch to a one-column layout (and adjust strings/widths accordingly * remove separator before system menu * add link to account settings to user submenu for consistency https://bugzilla.gnome.org/show_bug.cgi?id=751377
This commit is contained in:
@ -112,12 +112,6 @@ const Indicator = new Lang.Class({
|
||||
this._item.icon.icon_name = icon;
|
||||
|
||||
// The status label
|
||||
this._item.status.text = this._getStatus();
|
||||
|
||||
// The sub-menu heading
|
||||
if (this._proxy.Type == UPower.DeviceKind.UPS)
|
||||
this._item.label.text = _("UPS");
|
||||
else
|
||||
this._item.label.text = _("Battery");
|
||||
this._item.label.text = this._getStatus();
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user