From be95a7a2dde60aa642dbf245f2f52f42610932d3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 14 Oct 2019 21:11:40 +0200 Subject: JANITORIAL: Whitespace fixes --- gui/options.cpp | 4 ++-- 1 file 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) { -- cgit v1.2.3