diff options
author | Alexander Tkachev | 2016-06-10 16:35:23 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 9ee2eb4e60a34948797620a0f80ae0a80037efc0 (patch) | |
tree | 582ec42766dbdb505a803678580f4f52c5d4b504 /gui/themes/scummmodern | |
parent | 3e6503743c2f5d90c64bf37e943338c33fc58d2b (diff) | |
download | scummvm-rg350-9ee2eb4e60a34948797620a0f80ae0a80037efc0.tar.gz scummvm-rg350-9ee2eb4e60a34948797620a0f80ae0a80037efc0.tar.bz2 scummvm-rg350-9ee2eb4e60a34948797620a0f80ae0a80037efc0.zip |
GUI: Add EditText in StorageWizardDialog
One can enter the code, press 'Connect' button and get a working
Storage!
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 824c6fa790..cd76856c8b 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -607,6 +607,10 @@ <widget name = 'ReturnLine2' height = 'Globals.Line.Height' /> + <widget name = 'CodeBox' + width = '150' + height = 'Globals.Line.Height' + /> <space size = '6' /> </layout> </layout> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 3d2c3b49a7..dd6700ed2e 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -600,6 +600,10 @@ <widget name = 'ReturnLine2' height = 'Globals.Line.Height' /> + <widget name = 'CodeBox' + width = '150' + height = '16' + /> <space size = '4' /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'> |