mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Refactor: Simplify PrefsPage UI file and get rid of InternalChildren
This commit is contained in:
parent
503fdcb90d
commit
f7309e7f65
2 changed files with 30 additions and 50 deletions
|
|
@ -15,12 +15,7 @@ const ScrollManager = Me.imports.prefsModules.ScrollManager;
|
|||
|
||||
var PrefsPage = GObject.registerClass({
|
||||
GTypeName: "PrefsPage",
|
||||
Template: Me.dir.get_child("ui").get_child("prefs-page.ui").get_uri(),
|
||||
InternalChildren: [
|
||||
"left-box",
|
||||
"center-box",
|
||||
"right-box"
|
||||
]
|
||||
Template: Me.dir.get_child("ui").get_child("prefs-page.ui").get_uri()
|
||||
}, class PrefsPage extends Adw.PreferencesPage {
|
||||
constructor(params = {}) {
|
||||
super(params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue