PeerCard. Menu. Add label to text input on "rename"
This commit is contained in:
parent
0739820774
commit
8c3be1c8ce
1 changed files with 3 additions and 2 deletions
|
|
@ -682,8 +682,9 @@ abstract class BasePeerCard extends StatelessWidget {
|
|||
child: TextFormField(
|
||||
controller: controller,
|
||||
autofocus: true,
|
||||
decoration:
|
||||
const InputDecoration(border: OutlineInputBorder()),
|
||||
decoration: InputDecoration(
|
||||
border: OutlineInputBorder(),
|
||||
labelText: translate('Name')),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue