panel: merge statusBox into rightBox
Simplify the layout in rightBox by getting rid of statusBox, and just putting everything into rightBox directly. Simplify the handling of the user menu by adding it like it was a status icon rather than special-casing it. Rename the "tray_icon" variables to "status_area" to reflect this better. https://bugzilla.gnome.org/show_bug.cgi?id=651299
This commit is contained in:
@ -113,6 +113,7 @@ SystemStatusButton.prototype = {
|
||||
icon_type: St.IconType.SYMBOLIC,
|
||||
style_class: 'system-status-icon' });
|
||||
this.actor.set_child(this._iconActor);
|
||||
this.actor.add_style_class_name('panel-status-button');
|
||||
this.setTooltip(tooltipText);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user