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
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

Loading…
Cancel
Save