Adjust product notes height
This commit is contained in:
parent
50aece1cb3
commit
24e44f7c00
|
|
@ -159,7 +159,7 @@ class _ProductEditState extends State<ProductEdit> {
|
|||
keyboardType: TextInputType.multiline,
|
||||
label: localization.description,
|
||||
controller: _notesController,
|
||||
maxLines: 4,
|
||||
maxLines: 6,
|
||||
),
|
||||
DecoratedFormField(
|
||||
label: localization.price,
|
||||
|
|
|
|||
|
|
@ -256,10 +256,12 @@ class _DeviceSettingsState extends State<DeviceSettings> {
|
|||
ListTile(
|
||||
leading: Icon(Icons.logout),
|
||||
title: Text(localization.endAllSessions),
|
||||
/*
|
||||
subtitle: Text(countSessions == 1
|
||||
? localization.countSession
|
||||
: localization.countSession
|
||||
.replaceFirst(':count', '$countSessions')),
|
||||
*/
|
||||
onTap: () {
|
||||
confirmCallback(
|
||||
context: context,
|
||||
|
|
|
|||
Loading…
Reference in New Issue