Fixed save/load dialog too tall

This commit is contained in:
Sergii Pylypenko
2014-03-19 21:44:52 +02:00
parent 7eed04c774
commit 661b461567

View File

@@ -474,7 +474,7 @@ public:
case WID_SL_DRIVES_DIRECTORIES_LIST:
resize->height = GetMinSizing(NWST_STEP, FONT_HEIGHT_NORMAL);
size->height = resize->height * 10 + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
size->height = resize->height * 5 + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
break;
case WID_SL_SORT_BYNAME:
case WID_SL_SORT_BYDATE: {