mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Merge branch 'switch-align' into 'main'
popupMenu: Center-align switches Closes #7745 See merge request GNOME/gnome-shell!3403
This commit is contained in:
commit
44ed768826
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ export const Switch = GObject.registerClass({
|
|||
super._init({
|
||||
style_class: 'toggle-switch',
|
||||
accessible_role: Atk.Role.CHECK_BOX,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
track_hover: true,
|
||||
reactive: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue