1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add minimum height and width

This commit is contained in:
kelteseth 2017-04-23 11:31:05 +02:00
parent 3d71c7083f
commit abac757df1

View File

@ -10,7 +10,8 @@ Window {
color: "#eeeeee"
visible: true
width: 1380
height: 768
minimumHeight: 768
minimumWidth: 1050
Loader {
id: pageLoader