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