diff --git a/prefs.js b/prefs.js index 8b2420d..6d42e96 100644 --- a/prefs.js +++ b/prefs.js @@ -174,7 +174,9 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/BoxIntellihideOptions.ui'); this._builder.add_from_file(Me.path + '/ui/ShowApplicationsOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxWindowPreviewOptions.ui'); + this._builder.add_from_file(Me.path + '/ui/BoxGroupAppsOptions.ui'); + // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); let pagePosition = this._builder.get_object('position'); window.add(pagePosition); diff --git a/ui/BoxGroupAppsOptions.ui b/ui/BoxGroupAppsOptions.ui new file mode 100644 index 0000000..07cff47 --- /dev/null +++ b/ui/BoxGroupAppsOptions.ui @@ -0,0 +1,410 @@ + + + + + + 6 + 24 + 1 + 100 + + + + 1000 + 10 + 100 + + + + True + False + vertical + 1 + 1 + + + True + False + 0 + + + True + False + none + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + True + end + 4 + 0 + group_apps_label_font_size_adjustment + True + + 0 + 1 + + + + + + True + False + True + Font size (px) of the application titles (default is 14) + True + 0 + + 0 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Font weight of application titles + 0 + + 0 + 0 + + + + + + True + False + center + + inherit from theme + normal + lighter + bold + bolder + + + 0 + 1 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Font color of the application titles + True + 0 + + 0 + 0 + + + + + + True + True + True + end + + 0 + 1 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Font color of the minimized application titles + True + 0 + + 0 + 0 + + + + + + True + True + True + end + + 0 + 1 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Maximum width (px) of the application titles (default is 160) + 0 + + 0 + 0 + + + + + + True + True + end + 4 + 0 + group_apps_label_max_width_adjustment + True + + 0 + 1 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Use a fixed width for the application titles + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + True + False + True + The application titles all have the same width, even if their texts are shorter than the maximum width. The maximum width value is used as the fixed width. + True + 40 + 0 + + + 1 + 0 + 2 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Display running indicators on unfocused applications + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Use the favorite icons as application launchers + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + + + + + \ No newline at end of file