mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs
This commit is contained in:
parent
051ca410f6
commit
14b4685ecb
5 changed files with 30 additions and 21 deletions
|
@ -32,8 +32,8 @@ struct MsgDialog : wxDialog
|
|||
|
||||
protected:
|
||||
enum {
|
||||
CONTENT_WIDTH = 50,//500,
|
||||
CONTENT_MAX_HEIGHT = 60,//600,
|
||||
CONTENT_WIDTH = 50,
|
||||
CONTENT_MAX_HEIGHT = 60,
|
||||
BORDER = 30,
|
||||
VERT_SPACING = 15,
|
||||
HORIZ_SPACING = 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue