diff options
author | Thierry Crozat | 2016-10-30 15:43:14 +0000 |
---|---|---|
committer | Thierry Crozat | 2016-10-30 15:43:14 +0000 |
commit | 59675d2e4c7993e67eabfef69002b70d13c15473 (patch) | |
tree | e604611708fc4c7ceaa7a27d108ea608d4c41328 /gui/themes/scummmodern | |
parent | 96153644e6b72b7d956d8a45114172a035ce24cc (diff) | |
download | scummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.tar.gz scummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.tar.bz2 scummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.zip |
GUI: Add Apply button in global options dialog
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC index 7e4eb31c96..3dbd640865 100644 --- a/gui/themes/scummmodern/THEMERC +++ b/gui/themes/scummmodern/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.22:ScummVM Modern Theme:No Author] +[SCUMMVM_STX0.8.23:ScummVM Modern Theme:No Author] diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index a0a4e41f14..9cadc11e13 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -242,6 +242,9 @@ <widget name = 'Cancel' type = 'Button' /> + <widget name = 'Apply' + type = 'Button' + /> <widget name = 'Ok' type = 'Button' /> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 13ec698b85..7ef5fc5ee1 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -223,7 +223,9 @@ <widget name = 'Cancel' type = 'Button' /> - + <widget name = 'Apply' + type = 'Button' + /> <widget name = 'Ok' type = 'Button' /> |