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
|
|
@ -12,7 +12,7 @@ const Me = ExtensionUtils.getCurrentExtension();
|
|||
|
||||
var PrefsBoxOrderItemRow = GObject.registerClass({
|
||||
GTypeName: "PrefsBoxOrderItemRow",
|
||||
Template: Me.dir.get_child("prefs-box-order-item-row.ui").get_uri(),
|
||||
Template: Me.dir.get_child("ui").get_child("prefs-box-order-item-row.ui").get_uri(),
|
||||
InternalChildren: [
|
||||
"item-name-display-label",
|
||||
"menu-button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue