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/scummclassic/classic_layout_lowres.stx | |
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/scummclassic/classic_layout_lowres.stx')
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 8f39a69b17..bbeead9032 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -734,8 +734,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' |