mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 01:25:56 +08:00
#2305 Autocaclulate WxChoice width instead of using fixed size.
This commit is contained in:
parent
4853c014fb
commit
4b0caf131b
@ -28,7 +28,7 @@ sub new {
|
||||
my $left_sizer = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$self->{sizer}->Add($left_sizer, 0, wxEXPAND | wxLEFT | wxTOP | wxBOTTOM, 3);
|
||||
|
||||
my $left_col_width = 150;
|
||||
my $left_col_width = -1;
|
||||
|
||||
# preset chooser
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user