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

valami

parent 546b7c6e
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ Window {
flags: Qt.FramelessWindowHint
color: "#666666"
title: qsTr("Mini Mátrix")
Button {
Flickable {
width: Screen.desktopAvailableWidth * 0.75
height: Screen.desktopAvailableHeight * 0.15
anchors {horizontalCenter: parent.horizontalCenter; top: parent.top; topMargin: parent.height*0.2}
height: Screen.desktopAvailableHeight * 0.8
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