fix(gui): restore zero default top margin for static boxes (#15775)

This commit is contained in:
Gabriel Monteiro
2026-09-19 20:38:19 +03:00
committed by GitHub
parent caa15491c3
commit f114ef7cc9
+1 -1
View File
@@ -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;