From ae9c0df8184df36b8972d81699fa315875c3dd49 Mon Sep 17 00:00:00 2001 From: grummbeer Date: Mon, 5 Jun 2023 17:29:45 +0200 Subject: [PATCH] Page Install. Reset styles for headline to theme defaults. --- flutter/lib/desktop/pages/install_page.dart | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/flutter/lib/desktop/pages/install_page.dart b/flutter/lib/desktop/pages/install_page.dart index e6a158e0f..8f3c36dab 100644 --- a/flutter/lib/desktop/pages/install_page.dart +++ b/flutter/lib/desktop/pages/install_page.dart @@ -106,16 +106,10 @@ class _InstallPageBodyState extends State<_InstallPageBody> backgroundColor: null, body: SingleChildScrollView( child: Column( + crossAxisAlignment: CrossAxisAlignment.start, children: [ - Row( - children: [ - Text( - translate('Installation'), - style: TextStyle( - fontSize: 2 * em, fontWeight: FontWeight.w500), - ), - ], - ), + Text(translate('Installation'), + style: Theme.of(context).textTheme.headlineMedium), Row( children: [ Text('${translate('Installation Path')}:')