Browse Source

small changes

cl-refactor
yann300 10 years ago
parent
commit
07bc9f6d48
  1. 2
      mix/qml/StateList.qml

2
mix/qml/StateList.qml

@ -9,11 +9,9 @@ import "."
Dialog {
id: stateListContainer
modality: Qt.WindowModal
standardButtons: StandardButton.Close
width: 640
height: 480
visible: false
onRejected: {}
contentItem: Rectangle {
anchors.fill: parent
ColumnLayout

Loading…
Cancel
Save