diff options
author | Alexander Tkachev | 2019-07-19 17:04:44 +0700 |
---|---|---|
committer | Matan Bareket | 2019-07-30 14:51:41 -0400 |
commit | 3df126853aa661f760792d478f80c2e2427b298c (patch) | |
tree | 2806a9bde1eda195a1b3af727e01f90552a4c415 /gui/themes/scummmodern | |
parent | 99c2418d1a270c4496b21d6d6c8035b6ef73e8a1 (diff) | |
download | scummvm-rg350-3df126853aa661f760792d478f80c2e2427b298c.tar.gz scummvm-rg350-3df126853aa661f760792d478f80c2e2427b298c.tar.bz2 scummvm-rg350-3df126853aa661f760792d478f80c2e2427b298c.zip |
GUI: Separate Cloud tab in two
All local webserver-related settings are now shown in a separate, "Wi-Fi
Sharing" tab (shown if built with USE_SDL_NET). Cloud tab is only shown
if actual cloud storages are built (USE_LIBCURL).
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 5 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index b1d4e28015..967e5e5da1 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -743,8 +743,11 @@ height = 'Globals.Line.Height' /> </layout> + </layout> + </dialog> - <!-- here goes Wi-Fi Sharing --> + <dialog name = 'GlobalOptions_WiFiSharing' overlays = 'Dialog.GlobalOptions.TabWidget'> + <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'> <widget name = 'RunServerButton' type = 'Button' diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index fd9990d2e3..8ff830af29 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -732,8 +732,11 @@ height = 'Globals.Line.Height' /> </layout> + </layout> + </dialog> - <!-- here goes Wi-Fi Sharing --> + <dialog name = 'GlobalOptions_WiFiSharing' overlays = 'Dialog.GlobalOptions.TabWidget'> + <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'> <widget name = 'RunServerButton' type = 'Button' |