(svn r18099) -Codechange: scale the edit boxes to the fontsize

This commit is contained in:
rubidium
2009-11-15 15:37:37 +00:00
parent 1a2a5aa143
commit bb5a43e609
3 changed files with 4 additions and 10 deletions

View File

@@ -1871,10 +1871,6 @@ public:
resize->width = 1;
break;
case SLWW_SAVE_OSK_TITLE:
size->height = FONT_HEIGHT_NORMAL + padding.height;
break;
case SLWW_BACKGROUND:
size->height = 2 * FONT_HEIGHT_NORMAL + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
break;