diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 20:21:02 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 20:21:02 +0200 |
commit | fcc097fc7694892a789a3622f502d4d1d9c71ef8 (patch) | |
tree | 65ae90b33b6a6bcd565652156cce68467cbc93e2 /src/server_info.cpp | |
parent | dd7665bb7d66420b95784a882a5fd8c5199a1cd3 (diff) |
require a bit bigger screen so all possible dialogs will fit
Diffstat (limited to 'src/server_info.cpp')
-rw-r--r-- | src/server_info.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server_info.cpp b/src/server_info.cpp index f07f2f27..a7eab9fc 100644 --- a/src/server_info.cpp +++ b/src/server_info.cpp @@ -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(); |