(svn r18135) -Codechange: File list text overflowed its container.

This commit is contained in:
peter1138
2009-11-17 10:04:21 +00:00
parent ab85bb7080
commit d6b3756d63

View File

@@ -1877,7 +1877,7 @@ public:
case SLWW_DRIVES_DIRECTORIES_LIST: case SLWW_DRIVES_DIRECTORIES_LIST:
resize->height = FONT_HEIGHT_NORMAL; resize->height = FONT_HEIGHT_NORMAL;
size->height = resize->height * 10; size->height = resize->height * 10 + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
break; break;
} }
} }