Commit 13a199e6 authored by Mitch Curtis's avatar Mitch Curtis
Browse files

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: default avatarJan Arve Sæther <jan-arve.saether@theqtcompany.com>
parent 68c30e00
Showing with 7 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment