Added scaling for more some dialogs

+ Set size for mode buttons
This commit is contained in:
YuSanka
2019-02-11 14:14:35 +01:00
parent d9c50b7796
commit 369cda4cd3
9 changed files with 46 additions and 40 deletions

View File

@@ -32,8 +32,8 @@ struct MsgDialog : wxDialog
protected:
enum {
CONTENT_WIDTH = 500,
CONTENT_MAX_HEIGHT = 600,
CONTENT_WIDTH = 50,//500,
CONTENT_MAX_HEIGHT = 60,//600,
BORDER = 30,
VERT_SPACING = 15,
HORIZ_SPACING = 5,