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:
@@ -35,7 +35,7 @@ class ATIndicator extends PanelMenu.Button {
|
||||
super._init(0.5, _("Accessibility"));
|
||||
|
||||
this.add_child(new St.Icon({
|
||||
style_class: 'single-indicator system-status-icon',
|
||||
style_class: 'system-status-icon',
|
||||
icon_name: 'preferences-desktop-accessibility-symbolic',
|
||||
}));
|
||||
|
||||
|
@@ -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