Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-05-22 15:33:11 +0300
committerVojtech Kral <vojtech@kral.hk>2018-05-22 15:33:37 +0300
commit360b34944d830655f8d0966d2140a1d293b7b724 (patch)
treef38071bae6a32dfda84074812733aa71573a0ce5 /xs/src/slic3r/GUI/MsgDialog.hpp
parent306d77559eafb742e1b10e091e5adf980694f6fd (diff)
ErrorDialog: Fix size and message encoding
Diffstat (limited to 'xs/src/slic3r/GUI/MsgDialog.hpp')
-rw-r--r--xs/src/slic3r/GUI/MsgDialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/MsgDialog.hpp b/xs/src/slic3r/GUI/MsgDialog.hpp
index a01127023..2d570a0bf 100644
--- a/xs/src/slic3r/GUI/MsgDialog.hpp
+++ b/xs/src/slic3r/GUI/MsgDialog.hpp
@@ -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,