forked from firka/student-legacy
fixed half year grade padding
This commit is contained in:
parent
ef8d216eff
commit
8d90e81de7
@ -157,7 +157,9 @@ class _GradeSubjectViewState extends State<GradeSubjectView> {
|
|||||||
} else {
|
} else {
|
||||||
_gradeTiles.add(CertificationTile(
|
_gradeTiles.add(CertificationTile(
|
||||||
grade,
|
grade,
|
||||||
padding: const EdgeInsets.only(bottom: 6.0, top: 12.0),
|
padding: EdgeInsets.only(
|
||||||
|
bottom: 8.0,
|
||||||
|
top: (subjectGrades.first.id == grade.id) ? 0.0 : 8.0),
|
||||||
newStyle: true,
|
newStyle: true,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user