mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
fix(gui): restore zero default top margin for static boxes (#15775)
This commit is contained in:
@@ -59,7 +59,7 @@ protected:
|
|||||||
protected:
|
protected:
|
||||||
double radius;
|
double radius;
|
||||||
int border_width = 1;
|
int border_width = 1;
|
||||||
int top_margin = 1;
|
int top_margin = 0;
|
||||||
wxPenStyle border_style = wxPENSTYLE_SOLID;
|
wxPenStyle border_style = wxPENSTYLE_SOLID;
|
||||||
StateHandler state_handler;
|
StateHandler state_handler;
|
||||||
StateColor border_color;
|
StateColor border_color;
|
||||||
|
|||||||
Reference in New Issue
Block a user