aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/data/inputpanel/inputpanel.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-09-07 12:27:13 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-09-12 13:06:26 +0000
commit13a199e6e2c5f27b0f12eff380df4f0c0d156e6e (patch)
tree16ed372beae9de2b1b2a21b1d8dbee431e33793a /tests/auto/inputpanel/data/inputpanel/inputpanel.qml
parent68c30e00b0d9850643611d5ba9c29a247ccd44ec (diff)
Fix broken layout that results from making key visible after startup
The RowLayout that contained the key that was made visible seemed to get an implicitHeight, where all the other rows had implicitHeights of 0. The RowLayouts fill the width and height of their parent (a ColumnLayout), which means that the implicitHeight won't be used as long as its small enough; it's just there to prevent rows from getting large implicitHeights. Task-number: QTBUG-54953 Change-Id: Ic7a8a6f00f03a4ea8a05abf69cfedcf168c919d7 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests/auto/inputpanel/data/inputpanel/inputpanel.qml')
0 files changed, 0 insertions, 0 deletions