accessibility/keyboard: Align the panelMenu button style
This get's rid of the single-indicator introduced in one of the latest commits. This was causing the accessibility pill in the top panel to have different padding from the keyboard layout pill. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1615>
This commit is contained in:
@ -829,7 +829,7 @@ class InputSourceIndicator extends PanelMenu.Button {
|
||||
this._menuItems = {};
|
||||
this._indicatorLabels = {};
|
||||
|
||||
this._container = new InputSourceIndicatorContainer({ style_class: 'single-indicator' });
|
||||
this._container = new InputSourceIndicatorContainer({ style_class: 'system-status-icon' });
|
||||
this.add_child(this._container);
|
||||
|
||||
this._propSeparator = new PopupMenu.PopupSeparatorMenuItem();
|
||||
|
Reference in New Issue
Block a user