mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-25 07:37:37 +08:00
Field.cpp: wider def_width_wider
This fixes truncated ComboBox present on some systems
This commit is contained in:
parent
2e73a75951
commit
3a3e9271b1
@ -129,7 +129,7 @@ void Field::PostInitialize()
|
||||
|
||||
// Values of width to alignments of fields
|
||||
int Field::def_width() { return wxOSX ? 8 : 7; }
|
||||
int Field::def_width_wider() { return 14; }
|
||||
int Field::def_width_wider() { return 16; }
|
||||
int Field::def_width_thinner() { return 4; }
|
||||
|
||||
void Field::on_kill_focus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user