diff --git a/prefs.js b/prefs.js index 32cf89d..fc58f3c 100644 --- a/prefs.js +++ b/prefs.js @@ -180,6 +180,7 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/BoxSecondaryMenuOptions.ui'); this._builder.add_from_file(Me.path + '/ui/ScrollPanelOptionsBox.ui'); this._builder.add_from_file(Me.path + '/ui/ScrollIconOptionsBox.ui'); + this._builder.add_from_file(Me.path + '/ui/BoxAdvancedOptions.ui'); // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); diff --git a/ui/BoxAdvancedOptions.ui b/ui/BoxAdvancedOptions.ui new file mode 100644 index 0000000..fd71fc0 --- /dev/null +++ b/ui/BoxAdvancedOptions.ui @@ -0,0 +1,44 @@ + + + + + + True + False + vertical + 1 + 1 + + + True + False + 0 + + + True + False + none + + + 100 + 80 + True + True + + + True + False + True + Nothing yet! + True + + + + + + + + + + + \ No newline at end of file