require a bit bigger screen so all possible dialogs will fit

This commit is contained in:
Andrzej Rybczak
2012-09-13 20:21:02 +02:00
parent dd7665bb7d
commit fcc097fc76
5 changed files with 8 additions and 37 deletions

View File

@@ -52,11 +52,6 @@ void ServerInfo::switchTo()
myOldScreen->switchTo();
return;
}
if (MainHeight < 5)
{
Statusbar::msg("Screen is too small to display this window");
return;
}
if (!isInitialized)
init();