From 07eb2224a70e29683ec9fd5008662ede32c05639 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 20 May 2015 18:53:07 -0300 Subject: Nearly complete implementation of interaction. Interaction still does not work due to signals not being correctly emitted. --- main_view.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main_view.qml') 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 { -- cgit v1.2.3