Adjusted default spacing of FieldStyle to better clear the adorners.

This commit is contained in:
Samuel Guerra 2024-01-27 01:36:51 -03:00
parent d1caa34652
commit 6898e96f3d
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ impl FieldStyle {
WidgetFn::nil()
});
margin = (0, 0, 1.em(), 0);
margin = (0, 0, 1.2.em(), 0);
}
}
}