mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
show Menu when clicking on ListTile, correct german typo, use multiline for snippets
This commit is contained in:
@@ -99,7 +99,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
|
||||
node: _scriptNode,
|
||||
minLines: 3,
|
||||
maxLines: 10,
|
||||
type: TextInputType.text,
|
||||
type: TextInputType.multiline,
|
||||
label: _s.snippet,
|
||||
icon: Icons.code,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user