diff options
Diffstat (limited to 'gui/options.cpp')
-rw-r--r-- | gui/options.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 3f6fc5aa2c..371a949c35 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -2120,8 +2120,10 @@ void GlobalOptionsDialog::setupCloudTab() { #else // USE_SDL_NET if (_runServerButton) _runServerButton->setVisible(false); - if (_serverInfoLabel) + if (_serverInfoLabel) { + _serverInfoLabel->setPos(_serverInfoLabel->getRelX(), serverLabelPosition); // Prevent compiler warning from serverLabelPosition being unused. _serverInfoLabel->setVisible(false); + } if (_rootPathButton) _rootPathButton->setVisible(false); if (_rootPath) |