Refactor: Move UI files and gschema file to more standard locations

This commit is contained in:
June 2023-01-22 14:59:40 +01:00
commit 7ed9329f2d
No known key found for this signature in database
GPG key ID: 094C2AC34192FA11
10 changed files with 6 additions and 8 deletions

View file

@ -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"