mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Refactor: Move UI files and gschema file to more standard locations
This commit is contained in:
parent
ddd0297868
commit
7ed9329f2d
10 changed files with 6 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ const ScrollManager = Me.imports.prefsModules.ScrollManager;
|
|||
|
||||
var PrefsPage = GObject.registerClass({
|
||||
GTypeName: "PrefsPage",
|
||||
Template: Me.dir.get_child("prefs-page.ui").get_uri(),
|
||||
Template: Me.dir.get_child("ui").get_child("prefs-page.ui").get_uri(),
|
||||
InternalChildren: [
|
||||
"left-box",
|
||||
"center-box",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue