panel: Center-align menu arrows
Center alignment looks more balanced and makes it more likely that the menu opens below the pointer position. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1351
This commit is contained in:

committed by
Florian Müllner

parent
00f9b7bf69
commit
2e070ab834
@ -32,7 +32,7 @@ const HIGH_CONTRAST_THEME = 'HighContrast';
|
||||
var ATIndicator = GObject.registerClass(
|
||||
class ATIndicator extends PanelMenu.Button {
|
||||
_init() {
|
||||
super._init(0.0, _("Accessibility"));
|
||||
super._init(0.5, _("Accessibility"));
|
||||
|
||||
this._hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
|
||||
this._hbox.add_child(new St.Icon({ style_class: 'system-status-icon',
|
||||
|
Reference in New Issue
Block a user