Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fix multiline feature.
  • Loading branch information
HeaTTheatR committed Nov 27, 2023
1 parent b27fab5 commit 3a3fbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/uix/textfield/textfield.kv
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
)
multiline: False
size_hint_y: None
height: dp(56)
height: dp(56) if not self.multiline else (dp(10) + self.minimum_height)


<BaseTextFieldIcon>
Expand Down

0 comments on commit 3a3fbdd

Please sign in to comment.