Skip to content

Commit

Permalink
Merge pull request #1 from bwagner/fix_height_of_rectangle_around_Tex…
Browse files Browse the repository at this point in the history
…tInput

Update TLineEditV1.qml
  • Loading branch information
bwagner authored Mar 18, 2024
2 parents 1bb85b6 + 56636db commit 6803021
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 6803021

Please sign in to comment.