mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Preset shortcuts in the plater tab
This commit is contained in:
@@ -16,6 +16,11 @@ use base 'Wx::App';
|
||||
my $growler;
|
||||
our $datadir;
|
||||
|
||||
our $small_font = Wx::SystemSettings::GetFont(&Wx::wxSYS_DEFAULT_GUI_FONT);
|
||||
$small_font->SetPointSize(11);
|
||||
our $medium_font = Wx::SystemSettings::GetFont(&Wx::wxSYS_DEFAULT_GUI_FONT);
|
||||
$medium_font->SetPointSize(12);
|
||||
|
||||
sub OnInit {
|
||||
my $self = shift;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user