Browse Source

ui redesign

cl-refactor
yann300 10 years ago
parent
commit
286ba769e8
  1. 4
      mix/qml/main.qml

4
mix/qml/main.qml

@ -15,7 +15,7 @@ ApplicationWindow {
minimumHeight: 300
title: qsTr("mix")
/*menuBar: MenuBar {
menuBar: MenuBar {
Menu {
title: qsTr("File")
MenuItem {
@ -28,7 +28,7 @@ ApplicationWindow {
MenuItem { action: debugRunAction }
MenuItem { action: debugResetStateAction }
}
}*/
}
Component.onCompleted: {
setX(Screen.width / 2 - width / 2);

Loading…
Cancel
Save