Skip to content
Snippets Groups Projects
Commit 80f8c8fc authored by akiraohgaki's avatar akiraohgaki
Browse files

Window size

parent 412b6c5f
No related merge requests found
......@@ -13,12 +13,12 @@ ApplicationWindow {
title: configHandler.getAppConfigApplication().name
visible: true
width: 450
minimumWidth: 450
maximumWidth: 450
width: 400
minimumWidth: 400
maximumWidth: 400
height: 200
minimumHeight: 200
maximumHeight: 200
maximumHeight: 400
function init() {
var metadata = ocsUrlHandler.metadata();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment