Fixed visual scrolling bug
This commit is contained in:
parent
edd92955e9
commit
60601edce8
|
@ -166,10 +166,10 @@ class _ScreenSettingsAboutState extends State<ScreenSettingsAbout> {
|
||||||
mode: LaunchMode.inAppBrowserView,
|
mode: LaunchMode.inAppBrowserView,
|
||||||
Uri.parse(
|
Uri.parse(
|
||||||
repoUrl.substring(0, repoUrl.lastIndexOf('/'))));
|
repoUrl.substring(0, repoUrl.lastIndexOf('/'))));
|
||||||
})
|
}),
|
||||||
|
const SizedBox(height: 16)
|
||||||
]),
|
]),
|
||||||
),
|
)
|
||||||
const SizedBox(height: 16)
|
|
||||||
]))),
|
]))),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -250,9 +250,9 @@ class _ScreenSettingsInterfaceState extends State<ScreenSettingsInterface> {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
]),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16)
|
const SizedBox(height: 16)
|
||||||
|
]),
|
||||||
|
)
|
||||||
]))),
|
]))),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue