diff --git a/mix/qml/Debugger.qml b/mix/qml/Debugger.qml index df9f221a8..e5c7e576d 100644 --- a/mix/qml/Debugger.qml +++ b/mix/qml/Debugger.qml @@ -215,16 +215,14 @@ Rectangle { id: buttonRow height: 30 Layout.fillWidth: true - width: parent.width color: "transparent" Rectangle { anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: parent.left - anchors.leftMargin: machineStates.sideMargin color: "transparent" - width: 240 + width: parent.width * 0.4 RowLayout { anchors.horizontalCenter: parent.horizontalCenter id: jumpButtons @@ -360,7 +358,7 @@ Rectangle { anchors.top: parent.top anchors.bottom: parent.bottom anchors.right: parent.right - width: parent.width - 265 + width: parent.width * 0.6 color: "transparent" Slider { id: statesSlider