Skip to content

Commit

Permalink
Update TLineEditV1.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 56636db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ch04-qmlstart/src/input/TLineEditV1.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import QtQuick

Rectangle {
width: 96; height: input.height + 8
width: 96; height: input.implicitHeight + 8
color: "lightsteelblue"
border.color: "gray"

Expand Down

0 comments on commit 56636db

Please sign in to comment.