Skip to content
Commit aafab964 authored by David Edmundson's avatar David Edmundson
Browse files

Keep krunner results view top aligned

The workflow is:
 - results change
 - we wait for a frame
 - listview updates and resiszes
 - this changes the contentHeight
 - the main layout polish event runs
 - this does a re-layout and updates the implicitHeight
- the relayout is agains the current window size, if the listview
shrinks this means it adds space above and below
 - we draw the window content before layout polishes again

Setting a vertical alignment in the layout won't do anything, that never
adjusts space around the layout item. A spacer works better.
parent 68f8dbdd
Pipeline #392800 passed with stage
in 16 minutes and 58 seconds
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