Browse Source

Rollback Debugger.qml

cl-refactor
yann300 10 years ago
parent
commit
566a1f4285
  1. 6
      mix/qml/Debugger.qml

6
mix/qml/Debugger.qml

@ -215,16 +215,14 @@ Rectangle {
id: buttonRow id: buttonRow
height: 30 height: 30
Layout.fillWidth: true Layout.fillWidth: true
width: parent.width
color: "transparent" color: "transparent"
Rectangle { Rectangle {
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: machineStates.sideMargin
color: "transparent" color: "transparent"
width: 240 width: parent.width * 0.4
RowLayout { RowLayout {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
id: jumpButtons id: jumpButtons
@ -360,7 +358,7 @@ Rectangle {
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.right: parent.right anchors.right: parent.right
width: parent.width - 265 width: parent.width * 0.6
color: "transparent" color: "transparent"
Slider { Slider {
id: statesSlider id: statesSlider

Loading…
Cancel
Save