mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Add small border on non-wxMAC platforms. Needs testing with wxWidgets 2.9.x on wxMSW + wxGTK.
This commit is contained in:
@@ -145,7 +145,8 @@ sub BUILD {
|
||||
}
|
||||
}
|
||||
|
||||
$self->sizer->Add($grid_sizer, 0, wxEXPAND);
|
||||
# TODO: border size may be related to wxWidgets 2.8.x vs. 2.9.x instead of wxMAC specific
|
||||
$self->sizer->Add($grid_sizer, 0, wxEXPAND | wxALL, &Wx::wxMAC ? 0 : 5);
|
||||
}
|
||||
|
||||
sub _option {
|
||||
|
||||
Reference in New Issue
Block a user