mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
UnsavedChangesDialog: Linux specific: Made a first column wider
+ Field: Made def_width() wider
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user