Adjusted default spacing of FieldStyle to better clear the adorners.
This commit is contained in:
parent
d1caa34652
commit
6898e96f3d
|
@ -280,7 +280,7 @@ impl FieldStyle {
|
|||
WidgetFn::nil()
|
||||
});
|
||||
|
||||
margin = (0, 0, 1.em(), 0);
|
||||
margin = (0, 0, 1.2.em(), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue