Add a min sizing for width of command errors, news and query windows.

This commit is contained in:
Juanjo
2013-08-09 08:34:39 +00:00
committed by pelya
parent d0c26fac56
commit 97e285fee5
7 changed files with 116 additions and 14 deletions

View File

@@ -2925,6 +2925,9 @@ uint GetMinSizing(NWidSizingType type, uint min_1)
case NWST_KEYBOARD:
min_sizing = 2 * _settings_client.gui.min_button;
break;
case NWST_WINDOW_LENGTH:
min_sizing = 8 * _settings_client.gui.min_button;
break;
default: NOT_REACHED();
}