UnsavedChangesDialog: Linux specific: Made a first column wider

+ Field: Made def_width() wider
This commit is contained in:
YuSanka 2020-11-30 13:48:22 +01:00
parent 9197935056
commit 7e33047804
2 changed files with 8 additions and 2 deletions

View file

@ -128,7 +128,7 @@ void Field::PostInitialize()
}
// Values of width to alignments of fields
int Field::def_width() { return wxOSX ? 8 : 7; }
int Field::def_width() { return 8; }
int Field::def_width_wider() { return 16; }
int Field::def_width_thinner() { return 4; }