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