summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--retrace/daemon/ui/qml/RefreshControl.qml1
-rw-r--r--retrace/daemon/ui/qml/mainwin.qml3
2 files changed, 1 insertions, 3 deletions
diff --git a/retrace/daemon/ui/qml/RefreshControl.qml b/retrace/daemon/ui/qml/RefreshControl.qml
index 133ba2ca..fb6308f6 100644
--- a/retrace/daemon/ui/qml/RefreshControl.qml
+++ b/retrace/daemon/ui/qml/RefreshControl.qml
@@ -6,6 +6,7 @@ import ApiTrace 1.0
Item {
property FrameRetrace metricsModel
+ height: refreshButton.height
Item {
id: metricsItem
anchors.left: parent.left
diff --git a/retrace/daemon/ui/qml/mainwin.qml b/retrace/daemon/ui/qml/mainwin.qml
index 12b3833c..1c8f371b 100644
--- a/retrace/daemon/ui/qml/mainwin.qml
+++ b/retrace/daemon/ui/qml/mainwin.qml
@@ -302,12 +302,9 @@ ApplicationWindow {
visible: false
RefreshControl {
- Layout.minimumHeight: 20
- Layout.maximumHeight: 20
metricsModel: frameRetrace
Layout.alignment: Qt.AlignTop
Layout.fillWidth: true
- Layout.fillHeight: true
}
BarGraphControl {