diff options
author | Torbjörn Andersson | 2012-12-27 22:11:35 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-26 13:52:32 +0100 |
commit | c780df51758df99d8eb18513573882a4b1291f21 (patch) | |
tree | 1b7b18966e69d95fff4a9782590aa558375a6fda /gui/themes | |
parent | 45c1296021bc6c0d816d8652f868e3bff49c32e3 (diff) | |
download | scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.tar.gz scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.tar.bz2 scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.zip |
GUI: Add "Reset" button to FluidSynth settings dialog
This resets the FluidSynth settings to their default values.
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 6 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 103608 -> 103728 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 1461913 -> 1462033 bytes | |||
-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 | 3 |
9 files changed, 20 insertions, 2 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index e5a31776a9..5298732154 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1505,6 +1505,9 @@ "type='PopUp' " "/> " "</layout> " +"<widget name='ResetSettings' " +"type='Button' " +"/> " "</layout> " "</dialog> " "<dialog name='SaveLoadChooser' overlays='screen' inset='8' shading='dim'> " @@ -2617,6 +2620,9 @@ "type='PopUp' " "/> " "</layout> " +"<widget name='ResetSettings' " +"type='Button' " +"/> " "</layout> " "</dialog> " "<dialog name='SaveLoadChooser' overlays='screen' inset='8' shading='dim'> " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 95455dfb11..6ff035b5b7 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC index 98c68d3044..e60278629d 100644 --- a/gui/themes/scummclassic/THEMERC +++ b/gui/themes/scummclassic/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.17:ScummVM Classic Theme:No Author] +[SCUMMVM_STX0.8.18:ScummVM Classic Theme:No Author] diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 5891b93c44..8e26096869 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -943,6 +943,9 @@ type = 'PopUp' /> </layout> + <widget name = 'ResetSettings' + type = 'Button' + /> </layout> </dialog> diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index c9d576a9cf..325ac8896e 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -954,6 +954,9 @@ type = 'PopUp' /> </layout> + <widget name = 'ResetSettings' + type = 'Button' + /> </layout> </dialog> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 15c79848be..aadd3eac18 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC index d62977cee2..ce4e4ab0ff 100644 --- a/gui/themes/scummmodern/THEMERC +++ b/gui/themes/scummmodern/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.17:ScummVM Modern Theme:No Author] +[SCUMMVM_STX0.8.18:ScummVM Modern Theme:No Author] diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index a6a2da9f37..ba723aee40 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -957,6 +957,9 @@ type = 'PopUp' /> </layout> + <widget name = 'ResetSettings' + type = 'Button' + /> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 7e614caaeb..ab96c14ad5 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -953,6 +953,9 @@ type = 'PopUp' /> </layout> + <widget name = 'ResetSettings' + type = 'Button' + /> </layout> </dialog> |