Auto-resize all buttons and fonts, when screen resoluition changes
This commit is contained in:
@@ -525,7 +525,7 @@ public:
|
||||
}
|
||||
|
||||
case WID_NCL_MATRIX:
|
||||
resize->height = GetMinSizing(NWST_STEP, _settings_client.gui.min_step + WD_MATRIX_TOP + WD_MATRIX_BOTTOM);
|
||||
resize->height = GetMinSizing(NWST_STEP, FONT_HEIGHT_NORMAL + WD_MATRIX_TOP + WD_MATRIX_BOTTOM);
|
||||
size->height = 6 * resize->height;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user