From cfe52b8e397deb03a63dccd8dfd754e38d9b8a85 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 1 Dec 2022 10:38:25 +0100 Subject: force orientation, fix labels, hide bars when navigating --- lib/pages/logbook_page.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/pages/logbook_page.dart') 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 { 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( -- cgit v1.2.3-70-g09d2