mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
NoteEditor: Increase padding
It feels much better typing when there is more free space, but this might just be only on my mobile which is kinda big. How do I choose this value in a screen independent manner?
This commit is contained in:
@ -70,7 +70,7 @@ class NoteEditorState extends State<NoteEditor> {
|
||||
title: new Text(title),
|
||||
),
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
|
Reference in New Issue
Block a user