aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-20 18:53:07 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-20 18:53:07 -0300
commit07eb2224a70e29683ec9fd5008662ede32c05639 (patch)
tree024ee0050cf68534b2e977d48c266303a2c9bdc8 /main_view.qml
parentecc6ada9f64a9858f29b5da2e733fec0ec6f8bad (diff)
Nearly complete implementation of interaction.
Interaction still does not work due to signals not being correctly emitted.
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main_view.qml b/main_view.qml
index 8389461..4a093f2 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -4,8 +4,8 @@ import PM 1.0
ApplicationWindow {
visible: true
- width: 960
- height: 480
+ width: 1200
+ height: 600
menuBar: MenuBar {
Menu {