Ghost Grade title overflow fix

This commit is contained in:
Tihanyi Marcell 2023-06-12 20:08:53 +02:00
parent a88ccfa3fc
commit 3857896d6c

View File

@ -280,7 +280,7 @@ class _GradeSubjectViewState extends State<GradeSubjectView> {
void gradeCalc(BuildContext context) {
// Scroll to the top of the page
_scrollController.animateTo(75,
_scrollController.animateTo(100,
duration: const Duration(milliseconds: 500), curve: Curves.ease);
calculatorProvider.clear();