mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 04:27:36 +00:00
Merge branch 'main' into libvgcode
This commit is contained in:
@@ -121,7 +121,8 @@ public:
|
||||
static int TitlebarMargin(){ return 8 ;} // Use as side margins on titlebar. Has less margin on sides to create separation with its content
|
||||
static int ContentMargin() { return 12;} // Use as side margins contents of title
|
||||
static int ContentMarginV(){ return 9 ;} // Use as vertical margins contents of title
|
||||
static int IconSpacing() { return 10;} // Use on main elements
|
||||
static int IconSpacing() { return 10;} // Use on main elements in same group of controls
|
||||
static int WideSpacing() { return 18;} // Use between main elements / control groups for separation or preventing accidental clicks important
|
||||
static int ElementSpacing(){ return 5 ;} // Use if elements has relation between them like edit button for combo box etc.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user