quick-slider: Label the menu opening button

One less unlabeled button, that's good.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3477>
This commit is contained in:
Lukáš Tyrychtr 2024-09-20 15:30:40 +02:00
parent 19cb1bdaf4
commit bd81a94d2c

View File

@ -334,6 +334,7 @@ export const QuickSlider = GObject.registerClass({
can_focus: true,
x_expand: false,
y_expand: true,
accessible_name: _('Open menu'),
});
box.add_child(this._menuButton);