mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fixes for Windows
This commit is contained in:
parent
8d465aca34
commit
ac59297e39
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ my $growler;
|
|||
our $datadir;
|
||||
|
||||
our $small_font = Wx::SystemSettings::GetFont(&Wx::wxSYS_DEFAULT_GUI_FONT);
|
||||
$small_font->SetPointSize(11);
|
||||
$small_font->SetPointSize(11) if !&Wx::wxMSW;
|
||||
our $medium_font = Wx::SystemSettings::GetFont(&Wx::wxSYS_DEFAULT_GUI_FONT);
|
||||
$medium_font->SetPointSize(12);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue