Field.cpp: wider def_width_wider
This fixes truncated ComboBox present on some systems
This commit is contained in:
parent
2e73a75951
commit
3a3e9271b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue