1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

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
+1 -1
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,