mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Preset shortcuts in the plater tab
This commit is contained in:
parent
0003c093e3
commit
b910840f76
4 changed files with 94 additions and 40 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue