Full width expense editor
This commit is contained in:
parent
2e808d7103
commit
5dd7a65f5a
|
|
@ -88,13 +88,13 @@ class ExpenseEditNotesState extends State<ExpenseEditNotes> {
|
||||||
: null,
|
: null,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
DecoratedFormField(
|
DecoratedFormField(
|
||||||
maxLines: 8,
|
maxLines: 10,
|
||||||
controller: _publicNotesController,
|
controller: _publicNotesController,
|
||||||
keyboardType: TextInputType.multiline,
|
keyboardType: TextInputType.multiline,
|
||||||
label: localization.publicNotes,
|
label: localization.publicNotes,
|
||||||
),
|
),
|
||||||
DecoratedFormField(
|
DecoratedFormField(
|
||||||
maxLines: 8,
|
maxLines: 10,
|
||||||
controller: _privateNotesController,
|
controller: _privateNotesController,
|
||||||
keyboardType: TextInputType.multiline,
|
keyboardType: TextInputType.multiline,
|
||||||
label: localization.privateNotes,
|
label: localization.privateNotes,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue