Browse Source

ui changes

cl-refactor
yann300 10 years ago
parent
commit
a423a799be
  1. 17
      mix/qml/DeploymentDialogSteps.qml

17
mix/qml/DeploymentDialogSteps.qml

@ -225,19 +225,15 @@ Rectangle {
} }
} }
Rectangle
{
Layout.fillWidth: true
Layout.preferredHeight: 1
color: "#cccccc"
}
RowLayout RowLayout
{ {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
Layout.preferredHeight: 20 Layout.preferredHeight: 20
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: 2 spacing: 0
Button Button
{ {
Layout.preferredHeight: 22 Layout.preferredHeight: 22
@ -255,6 +251,13 @@ Rectangle {
log.text = deployLogs.logs[root.sel] log.text = deployLogs.logs[root.sel]
} }
} }
Rectangle
{
Layout.fillWidth: true
Layout.preferredHeight: 1
color: "#cccccc"
}
} }
ScrollView ScrollView

Loading…
Cancel
Save