aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorEugene Sandulenko2019-10-14 21:11:40 +0200
committerEugene Sandulenko2019-10-14 21:11:40 +0200
commitbe95a7a2dde60aa642dbf245f2f52f42610932d3 (patch)
treea2e6f73f5f86d6c7a4119bf7ac419d14b386cec8 /gui
parent0e9d3d0bc81167c3dd4c0ecc0ebb51de3ebdb4fc (diff)
downloadscummvm-rg350-be95a7a2dde60aa642dbf245f2f52f42610932d3.tar.gz
scummvm-rg350-be95a7a2dde60aa642dbf245f2f52f42610932d3.tar.bz2
scummvm-rg350-be95a7a2dde60aa642dbf245f2f52f42610932d3.zip
JANITORIAL: Whitespace fixes
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 772f94686b..22202b55e2 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1996,7 +1996,7 @@ void GlobalOptionsDialog::addNetworkControls(GuiObject *boss, const Common::Stri
_featureDescriptionLine1 = new StaticTextWidget(boss, prefix + "FeatureDescriptionLine1", _("Run server to manage files with browser (in the same network)."), "", ThemeEngine::kFontStyleNormal);
_featureDescriptionLine2 = new StaticTextWidget(boss, prefix + "FeatureDescriptionLine2", _("Closing options dialog will stop the server."), "", ThemeEngine::kFontStyleNormal);
}
-
+
reflowNetworkTabLayout();
}
@@ -2736,7 +2736,7 @@ void GlobalOptionsDialog::reflowNetworkTabLayout() {
_serverInfoLabel->setLabel(_("Not running"));
}
if (_rootPathButton) _rootPathButton->setVisible(true);
- if (_rootPath) _rootPath->setVisible(true);
+ if (_rootPath) _rootPath->setVisible(true);
if (_rootPathClearButton) _rootPathClearButton->setVisible(true);
#ifdef NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE
if (_serverPortDesc) {