consistent appbar height across all the app

master
EmaMaker 2021-09-18 19:54:07 +02:00
parent 5ea4cd3bd8
commit a6b5e58ab8
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class _NewNoteState extends State<NewNote> {
return new WillPopScope(
child: Scaffold(
appBar: AppBar(
toolbarHeight: 55,
toolbarHeight: 50,
title: InkWell(
child: Text("$_title"),
),

View File

@ -18,7 +18,7 @@ class _SettingsState extends State<Settings> {
return WillPopScope(
child: Scaffold(
appBar: AppBar(
toolbarHeight: 55,
toolbarHeight: 50,
title: InkWell(
child: Text("Settings"),
),