aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/default.inc
diff options
context:
space:
mode:
authorTorbjörn Andersson2013-01-25 05:30:42 +0100
committerJohannes Schickel2013-01-26 13:53:43 +0100
commite4a77aff06645a76b575aaf4b8253760e0cd3710 (patch)
tree73987b334bd4566a3eeaf90d864b59bee709cfc0 /gui/themes/default.inc
parent10724365aa320092fa2f5b98d8f9b0ff6e219a0b (diff)
downloadscummvm-rg350-e4a77aff06645a76b575aaf4b8253760e0cd3710.tar.gz
scummvm-rg350-e4a77aff06645a76b575aaf4b8253760e0cd3710.tar.bz2
scummvm-rg350-e4a77aff06645a76b575aaf4b8253760e0cd3710.zip
GUI: Move the FluidSynth reset button from Misc tab to bottom
This should make it clearer that Reset applies to all of the FluidSynth settings, not just the Misc tab.
Diffstat (limited to 'gui/themes/default.inc')
-rw-r--r--gui/themes/default.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 5298732154..78c04f14c6 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1368,6 +1368,9 @@
"<widget name='TabWidget'/> "
"<layout type='horizontal' padding='8,8,8,8'> "
"<space/> "
+"<widget name='ResetSettings' "
+"type='Button' "
+"/> "
"<widget name='Cancel' "
"type='Button' "
"/> "
@@ -1505,9 +1508,6 @@
"type='PopUp' "
"/> "
"</layout> "
-"<widget name='ResetSettings' "
-"type='Button' "
-"/> "
"</layout> "
"</dialog> "
"<dialog name='SaveLoadChooser' overlays='screen' inset='8' shading='dim'> "
@@ -2483,6 +2483,9 @@
"<widget name='TabWidget'/> "
"<layout type='horizontal' padding='16,16,16,16'> "
"<space/> "
+"<widget name='ResetSettings' "
+"type='Button' "
+"/> "
"<widget name='Cancel' "
"type='Button' "
"/> "
@@ -2620,9 +2623,6 @@
"type='PopUp' "
"/> "
"</layout> "
-"<widget name='ResetSettings' "
-"type='Button' "
-"/> "
"</layout> "
"</dialog> "
"<dialog name='SaveLoadChooser' overlays='screen' inset='8' shading='dim'> "