Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
ui(TextFrontmatter): Change minLines from 5 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Mar 31, 2023
1 parent 489e457 commit 31afd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/pages/editing_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class EditingPageState extends State<EditingPage> with WindowListener {
builder: (context, value, _) {
return TextField(
controller: value.controllerFrontmatter,
minLines: 5,
minLines: 1,
maxLines: null,
decoration: InputDecoration(
hintText: Localization.appLocalizations().frontmatter,
Expand Down

0 comments on commit 31afd79

Please sign in to comment.