Some amends about sizings.

This commit is contained in:
Juanjo
2013-09-27 20:38:34 +00:00
committed by pelya
parent 98c2f0647e
commit f43337d022
3 changed files with 5 additions and 4 deletions

View File

@@ -494,7 +494,7 @@ public:
switch (widget) {
case WID_NG_CONN_BTN:
*size = maxdim(GetStringBoundingBox(_lan_internet_types_dropdown[0]), GetStringBoundingBox(_lan_internet_types_dropdown[1]));
size->width += padding.width;
size->width += padding.width + GetMinSizing(NWST_STEP, 11U);
size->height += padding.height;
break;