diff options
author | Thierry Crozat | 2016-10-12 22:32:36 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-10-13 01:45:01 +0100 |
commit | 3e08c33c352b3d28c75e818fe601904a26d03d0f (patch) | |
tree | 31729bb0266bd4c824786fa5332aec6aeff61efe /gui/themes/scummmodern | |
parent | 30aae5178a1ef8db768dbf9f5e481161489365c3 (diff) | |
download | scummvm-rg350-3e08c33c352b3d28c75e818fe601904a26d03d0f.tar.gz scummvm-rg350-3e08c33c352b3d28c75e818fe601904a26d03d0f.tar.bz2 scummvm-rg350-3e08c33c352b3d28c75e818fe601904a26d03d0f.zip |
GUI: Add checkbox and config option to enable/disable graphics filtering
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index bb182c9dbb..a0a4e41f14 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -273,6 +273,9 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> + <widget name = 'grFilteringCheckbox' + type = 'Checkbox' + /> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 2ca89ce734..13ec698b85 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -255,6 +255,9 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> + <widget name = 'grFilteringCheckbox' + type = 'Checkbox' + /> </layout> </dialog> |