Polished layout and icons

This commit is contained in:
2023-05-31 21:34:16 +02:00
parent d226f62d31
commit 2f4e6fef37
7 changed files with 24 additions and 20 deletions

View File

@ -53,7 +53,7 @@ class _GradeAverageState extends State<GradeAverage> {
PopupMenuButton<bool>(
enableFeedback: true,
initialValue: gradeSystem,
icon: const Icon(Icons.read_more),
icon: const Icon(Icons.more_horiz),
itemBuilder: (context) => [true, false].map((e) => PopupMenuItem<bool>(
value: e,
enabled: e != gradeSystem,