diff options
author | Torbjörn Andersson | 2013-01-25 05:30:42 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-26 13:53:43 +0100 |
commit | e4a77aff06645a76b575aaf4b8253760e0cd3710 (patch) | |
tree | 73987b334bd4566a3eeaf90d864b59bee709cfc0 /dists/bada/Res | |
parent | 10724365aa320092fa2f5b98d8f9b0ff6e219a0b (diff) | |
download | scummvm-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 'dists/bada/Res')
-rw-r--r-- | dists/bada/Res/scummmobile/scummmobile_layout.stx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/bada/Res/scummmobile/scummmobile_layout.stx b/dists/bada/Res/scummmobile/scummmobile_layout.stx index abac4e28a5..5da293a131 100644 --- a/dists/bada/Res/scummmobile/scummmobile_layout.stx +++ b/dists/bada/Res/scummmobile/scummmobile_layout.stx @@ -795,6 +795,9 @@ <widget name = 'TabWidget'/> <layout type = 'horizontal' padding = '16, 16, 16, 16'> <space/> + <widget name = 'ResetSettings' + type = 'Button' + /> <widget name = 'Cancel' type = 'Button' /> @@ -935,9 +938,6 @@ type = 'PopUp' /> </layout> - <widget name = 'ResetSettings' - type = 'Button' - /> </layout> </dialog> |