mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Turn fill_density into percentage
This commit is contained in:
@@ -165,7 +165,7 @@ sub _build_field {
|
||||
|
||||
my $field;
|
||||
my $tooltip = $opt->{tooltip};
|
||||
if ($opt->{type} =~ /^(i|f|s|s@)$/) {
|
||||
if ($opt->{type} =~ /^(i|f|s|s@|percent)$/) {
|
||||
my $style = 0;
|
||||
$style = wxTE_MULTILINE if $opt->{multiline};
|
||||
# default width on Windows is too large
|
||||
|
||||
Reference in New Issue
Block a user