ErrorDialog: Fix size and message encoding

This commit is contained in:
Vojtech Kral 2018-05-22 14:33:11 +02:00
parent 306d77559e
commit 360b34944d
3 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@ struct MsgDialog : wxDialog
protected:
enum {
CONTENT_WIDTH = 500,
CONTENT_HEIGHT = 300,
CONTENT_MAX_HEIGHT = 600,
BORDER = 30,
VERT_SPACING = 15,
HORIZ_SPACING = 5,