Skip to content
Snippets Groups Projects
Commit 2f4640be authored by frey.balazs96's avatar frey.balazs96 :eggplant:
Browse files

valami

parent 546b7c6e
Branches
No related tags found
No related merge requests found
...@@ -9,9 +9,11 @@ Window { ...@@ -9,9 +9,11 @@ Window {
flags: Qt.FramelessWindowHint flags: Qt.FramelessWindowHint
color: "#666666" color: "#666666"
title: qsTr("Mini Mátrix") title: qsTr("Mini Mátrix")
Button { Flickable {
width: Screen.desktopAvailableWidth * 0.75 width: Screen.desktopAvailableWidth * 0.75
height: Screen.desktopAvailableHeight * 0.15 height: Screen.desktopAvailableHeight * 0.8
anchors {horizontalCenter: parent.horizontalCenter; top: parent.top; topMargin: parent.height*0.2} contentWidth: Screen.desktopAvailableWidth * 0.75
anchors {horizontalCenter: parent.horizontalCenter; top: parent.top; topMargin: parent.height*0.1}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment