From 87aa7fb62becafd752819f62a5e053be361b1d31 Mon Sep 17 00:00:00 2001 From: Philipp Unger Date: Wed, 6 Apr 2022 21:39:50 +0200 Subject: [PATCH] migrate box secondary menu options dialog --- prefs.js | 1 + ui/BoxSecondaryMenuOptions.ui | 119 ++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 ui/BoxSecondaryMenuOptions.ui diff --git a/prefs.js b/prefs.js index 35031ff..592a7a7 100644 --- a/prefs.js +++ b/prefs.js @@ -177,6 +177,7 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/BoxGroupAppsOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxMiddleClickOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxOverlayShortcut.ui'); + this._builder.add_from_file(Me.path + '/ui/BoxSecondaryMenuOptions.ui'); // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); diff --git a/ui/BoxSecondaryMenuOptions.ui b/ui/BoxSecondaryMenuOptions.ui new file mode 100644 index 0000000..c58ba17 --- /dev/null +++ b/ui/BoxSecondaryMenuOptions.ui @@ -0,0 +1,119 @@ + + + + + + True + False + vertical + 1 + 1 + + + True + False + 0 + + + True + False + none + + + 100 + 80 + True + True + + + True + False + center + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Integrate <i>AppMenu</i> items + True + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + 100 + 80 + True + True + + + True + False + center + 12 + 12 + 12 + 12 + 32 + + + True + False + True + <i>Show Details</i> menu item + True + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + + + + + \ No newline at end of file