Skip to content

Commit

Permalink
Fix macOS checkbox indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Apr 10, 2024
1 parent afdb729 commit d145f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customcontrols.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ExplanationLabel : public AutoWrappingText
ExplanationLabel(wxWindow *parent, const wxString& label);

#if defined(__WXOSX__)
static const int CHECKBOX_INDENT = 19;
static const int CHECKBOX_INDENT = 21;
#elif defined(__WXMSW__)
static const int CHECKBOX_INDENT = 17;
#elif defined(__WXGTK__)
Expand Down

0 comments on commit d145f0c

Please sign in to comment.