mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 06:36:44 +02:00
Better form UI spacing
This commit is contained in:
@ -460,10 +460,9 @@ class _GeneratedFormState extends State<GeneratedForm> {
|
|||||||
if (rowInputs.key > 0) {
|
if (rowInputs.key > 0) {
|
||||||
rows.add([
|
rows.add([
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: widget.items[rowInputs.key][0] is GeneratedFormSwitch &&
|
height: widget.items[rowInputs.key - 1][0] is GeneratedFormSwitch
|
||||||
widget.items[rowInputs.key - 1][0] is! GeneratedFormSwitch
|
? 8
|
||||||
? 25
|
: 25,
|
||||||
: 8,
|
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user