Make dropdown arrows consistent size
Since the agregate menu does 120% of font-size, make this for all dropdown arrows in gnome-shell and rename the css class to make clear that it is used in overall gnome-shell https://bugzilla.gnome.org/show_bug.cgi?id=709564
This commit is contained in:
@ -339,9 +339,7 @@ const InputSourceIndicator = new Lang.Class({
|
||||
|
||||
this._hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
|
||||
this._hbox.add_child(this._container);
|
||||
this._hbox.add_child(new St.Label({ text: '\u25BE',
|
||||
y_expand: true,
|
||||
y_align: Clutter.ActorAlign.CENTER }));
|
||||
this._hbox.add_child(PopupMenu.unicodeArrow(St.Side.BOTTOM));
|
||||
|
||||
this.actor.add_child(this._hbox);
|
||||
this.actor.add_style_class_name('panel-status-button');
|
||||
|
Reference in New Issue
Block a user