Fixed vehicle and music dialog size

This commit is contained in:
pelya
2014-03-23 18:47:49 +02:00
parent 313e3b73b3
commit 61e8275ebf
5 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ struct MusicTrackSelectionWindow : public Window {
}
resize->height = GetMinSizing(NWST_STEP, d.height);
d.width += WD_FRAMERECT_LEFT + WD_FRAMERECT_RIGHT;
d.height = 10 * resize->height + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
d.height = 7 * resize->height + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM;
*size = maxdim(*size, d);
break;
}