diff --git a/prefs.js b/prefs.js index 450fbf4..a1a4180 100644 --- a/prefs.js +++ b/prefs.js @@ -172,6 +172,7 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/BoxShowDesktopOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxDynamicOpacityOptions.ui'); 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/SettingsPosition.ui'); let pagePosition = this._builder.get_object('position'); diff --git a/ui/ShowApplicationsOptions.ui b/ui/ShowApplicationsOptions.ui new file mode 100644 index 0000000..dd2e605 --- /dev/null +++ b/ui/ShowApplicationsOptions.ui @@ -0,0 +1,178 @@ + + + + + + 100 + 1 + 10 + + + + True + False + vertical + 1 + 1 + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Current Show Applications icon + True + 0 + + 0 + 0 + + + + + + 32 + 32 + True + False + end + gtk-missing-image + 32 + + 0 + 1 + + + + + + 140 + True + + 1 + 1 + + + + + + True + False + True + Custom Show Applications image icon + True + 0 + + 1 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + True + 6 + 32 + + + True + True + end + 0 + show_applications_side_padding_adjustment + + 0 + 1 + + + + + + True + False + True + Show Applications icon side padding (px) + 0 + + 0 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + True + end + center + + 0 + 1 + + + + + + True + False + True + Override escape key and return to desktop + True + 0 + + 0 + 0 + + + + + + + + + + \ No newline at end of file