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,
|
keyboardType: TextInputType.multiline,
|
||||||
label: localization.description,
|
label: localization.description,
|
||||||
controller: _notesController,
|
controller: _notesController,
|
||||||
maxLines: 4,
|
maxLines: 6,
|
||||||
),
|
),
|
||||||
DecoratedFormField(
|
DecoratedFormField(
|
||||||
label: localization.price,
|
label: localization.price,
|
||||||
|
|
|
||||||
|
|
@ -256,10 +256,12 @@ class _DeviceSettingsState extends State<DeviceSettings> {
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.logout),
|
leading: Icon(Icons.logout),
|
||||||
title: Text(localization.endAllSessions),
|
title: Text(localization.endAllSessions),
|
||||||
|
/*
|
||||||
subtitle: Text(countSessions == 1
|
subtitle: Text(countSessions == 1
|
||||||
? localization.countSession
|
? localization.countSession
|
||||||
: localization.countSession
|
: localization.countSession
|
||||||
.replaceFirst(':count', '$countSessions')),
|
.replaceFirst(':count', '$countSessions')),
|
||||||
|
*/
|
||||||
onTap: () {
|
onTap: () {
|
||||||
confirmCallback(
|
confirmCallback(
|
||||||
context: context,
|
context: context,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue