diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-06 13:00:45 +0100 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-06 13:00:45 +0100 |
commit | b8048c4c0ea797908ce8365da7466a6b6b9f6d36 (patch) | |
tree | 98345e9bdce830b3845e0de95a997bb60b986279 | |
parent | 038b62528c49d6176274acbe77500f66422990ed (diff) |
Restored width of main window.
-rw-r--r-- | main_view.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_view.qml b/main_view.qml index 9e43137..a9c1c18 100644 --- a/main_view.qml +++ b/main_view.qml @@ -9,7 +9,7 @@ ApplicationWindow { id: mainWindow title: "Projection Manipulation" visible: true - minimumWidth: 300 + minimumWidth: 900 minimumHeight: 600 maximumWidth: minimumWidth maximumHeight: minimumHeight |