Skip to content

Commit

Permalink
Update TLineEditV2.qml
Browse files Browse the repository at this point in the history
FIXES: height of rectangle around TextInput
  • Loading branch information
bwagner authored Mar 18, 2024
1 parent 289f7d2 commit 706ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ch04-qmlstart/src/input/TLineEditV2.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import QtQuick

FocusScope {
width: 96; height: input.height + 8
width: 96; height: input.implicitHeight + 8
Rectangle {
anchors.fill: parent
color: "lightsteelblue"
Expand Down

0 comments on commit 706ec65

Please sign in to comment.