mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +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),
|
title: new Text(title),
|
||||||
),
|
),
|
||||||
body: Padding(
|
body: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
Reference in New Issue
Block a user