forked from qt-creator/qt-creator
QmlProfiler: Fix glitches when vertically resizing the timeline
Change-Id: I4b75ea08e1822ddaf2a1b4ef6de2d43b3cfad1a1 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -241,6 +241,9 @@ Rectangle {
|
|||||||
width: labels.width
|
width: labels.width
|
||||||
contentY: flick.contentY
|
contentY: flick.contentY
|
||||||
|
|
||||||
|
// reserve some more space than needed to prevent weird effects when resizing
|
||||||
|
contentHeight: labels.height + height
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: labels
|
id: labels
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|||||||
Reference in New Issue
Block a user