mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
UnsavedChangesDialog: Linux specific: Made a first column wider
+ Field: Made def_width() wider
This commit is contained in:
parent
9197935056
commit
7e33047804
2 changed files with 8 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue