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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-02-11 16:14:35 +0300
committerYuSanka <yusanka@gmail.com>2019-02-11 16:14:35 +0300
commitf899cf1c91031cb80884274c9ef1394576bc658f (patch)
tree30f8239c7b31a0822b6fe5dce0ac8f38213f5cd3 /src/slic3r/GUI/MsgDialog.hpp
parent2e14f3456e36db3c36ee52dcf00bd22b88ea310b (diff)
Added scaling for more some dialogs
+ Set size for mode buttons
Diffstat (limited to 'src/slic3r/GUI/MsgDialog.hpp')
-rw-r--r--src/slic3r/GUI/MsgDialog.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/MsgDialog.hpp b/src/slic3r/GUI/MsgDialog.hpp
index 6064d2a9f..a5af6afe2 100644
--- a/src/slic3r/GUI/MsgDialog.hpp
+++ b/src/slic3r/GUI/MsgDialog.hpp
@@ -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,