Skip to content

Commit

Permalink
Remove window size settings
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorgino committed Jan 12, 2018
1 parent 229cd3b commit 17700e1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions qml/main.qml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import QtQuick 2.5
import QtQuick.Window 2.2
import Qt.labs.settings 1.0
import QtQuick.Window 2.2
import "ClimateControl"
import "Radio"
Window {
Expand All @@ -12,14 +13,6 @@ Window {
width: Screen.width
height: Screen.height

Settings {
property alias x: window.x
property alias y: window.y
property alias width: window.width
property alias height: window.height
property alias visibility: window.visibility
}

FontLoader{id:ralewayRegular; source:"qrc:/qml/fonts/Raleway-Regular.ttf"}

Rectangle {
Expand Down

0 comments on commit 17700e1

Please sign in to comment.