Fix a minor visualization glitch on Windows

svg-paths
Alessandro Ranellucci 2013-11-12 14:34:03 +01:00
parent faa54ced52
commit 85232bb6fd
1 changed files with 1 additions and 1 deletions

View File

@ -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.",
wxDefaultPosition, [-1, 25]);
wxDefaultPosition, [-1, 40]);
$label->SetFont(Wx::SystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
$sizer->Add($label, 0, wxEXPAND | wxALL, 10);
}