Skip to content

Commit

Permalink
[WIP] Add qmldemo skin
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed May 23, 2021
1 parent aebbf70 commit a2060a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions res/skins/qmldemo/main.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import QtQuick 2.0

Rectangle {
id: page
width: 1920
height: 1080
color: "#202020"

Text {
id: helloText
text: "Hello Mixxx!"
color: "white"
y: 30
anchors.horizontalCenter: page.horizontalCenter
font.pointSize: 24
font.bold: true
}
}

0 comments on commit a2060a6

Please sign in to comment.