mirror of
https://github.com/stonega/tsacdop
synced 2025-02-22 14:27:42 +01:00
Make the group name editable directly.
This commit is contained in:
parent
d1668a923f
commit
7d873062ec
@ -496,7 +496,7 @@ class _RenameGroupState extends State<RenameGroup> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
_error = 0;
|
||||
_controller = TextEditingController();
|
||||
_controller = TextEditingController(text: widget.group.name);
|
||||
}
|
||||
|
||||
@override
|
||||
@ -558,7 +558,6 @@ class _RenameGroupState extends State<RenameGroup> {
|
||||
TextField(
|
||||
decoration: InputDecoration(
|
||||
contentPadding: EdgeInsets.symmetric(horizontal: 10),
|
||||
hintText: widget.group.name,
|
||||
hintStyle: TextStyle(fontSize: 18),
|
||||
filled: true,
|
||||
focusedBorder: UnderlineInputBorder(
|
||||
|
Loading…
x
Reference in New Issue
Block a user