mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 20:51:48 +08:00
Fix a minor visualization glitch on Windows
This commit is contained in:
parent
faa54ced52
commit
85232bb6fd
@ -164,7 +164,7 @@ sub new {
|
|||||||
|
|
||||||
{
|
{
|
||||||
my $label = Wx::StaticText->new($self, -1, "You can use this section to override the default layer height for parts of this object. Set layer height to zero to skip portions of the input file.",
|
my $label = Wx::StaticText->new($self, -1, "You can use this section to override the default layer height for parts of this object. Set layer height to zero to skip portions of the input file.",
|
||||||
wxDefaultPosition, [-1, 25]);
|
wxDefaultPosition, [-1, 40]);
|
||||||
$label->SetFont(Wx::SystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
|
$label->SetFont(Wx::SystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
|
||||||
$sizer->Add($label, 0, wxEXPAND | wxALL, 10);
|
$sizer->Add($label, 0, wxEXPAND | wxALL, 10);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user