summaryrefslogtreecommitdiff
path: root/lib/pages/logbook_page.dart
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-01 10:38:25 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-01 10:38:25 +0100
commitcfe52b8e397deb03a63dccd8dfd754e38d9b8a85 (patch)
tree1724118c9ce03edd137e22589a617a985121536a /lib/pages/logbook_page.dart
parent03bd15045beee64dab5795053b662d02f7049e31 (diff)
force orientation, fix labels, hide bars when navigating
Diffstat (limited to 'lib/pages/logbook_page.dart')
-rw-r--r--lib/pages/logbook_page.dart5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/pages/logbook_page.dart b/lib/pages/logbook_page.dart
index 44d2644..be1a8e1 100644
--- a/lib/pages/logbook_page.dart
+++ b/lib/pages/logbook_page.dart
@@ -153,9 +153,8 @@ class _LogbookPageState extends State<LogbookPage> {
Padding(
padding:
EdgeInsets.only(left: 5, bottom: 5, right: 5)),
- Text('Per uur: ' +
- month.calculateHourlyRate().toStringAsFixed(2) +
- ' uur'),
+ Text('Per uur: €' +
+ month.calculateHourlyRate().toStringAsFixed(2)),
Text('Verdiend: €' +
month.actualSalary.toStringAsFixed(2)),
Padding(