mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 08:46:34 +01:00
Breaking: Make preferences usable again and support Gnome Shell 42
Make the preferences usable again (and look good) by using an `AdwPreferencesPage` as well as various other libadwaita features (like `AdwPreferencesGroup`, style classes, ...). Also get rid of some code, which now doesn't seem to be necessary anymore (making sure no horizontal scrollbar shows and setting a default size for the preferences window). This change is marked as "Breaking", since I assume `AdwPreferencesPage` doesn't work in Gnome Shell 40 and because I changed the supported Gnome Shell version to 42 accordingly.
This commit is contained in:
parent
fd66911ff5
commit
249f3554d5
6 changed files with 49 additions and 84 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Top Bar Organizer",
|
||||
"description": "Organize the items of the top (menu)bar.",
|
||||
"version": 3,
|
||||
"shell-version": [ "40" ],
|
||||
"shell-version": [ "42" ],
|
||||
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
|
||||
"url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue