1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix image fillmode and blog link

This commit is contained in:
kelteseth 2018-03-26 17:59:23 +02:00
parent 2833eeca81
commit 79722673e4

View File

@ -226,6 +226,7 @@ Item {
radius: 4
Image {
fillMode: Image.PreserveAspectCrop
anchors.fill: parent
source: {
var a = backgroundImage
@ -320,21 +321,21 @@ Item {
text: qsTr("Forums")
Material.background: Material.Blue
Material.foreground: "white"
onClicked: Qt.openUrlExternally("http://forum.screen-play.rocks:4567/")
onClicked: Qt.openUrlExternally("https://forum.screen-play.rocks/")
icon.source: "qrc:/assets/icons/icon_people.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
}
Button {
text: qsTr("Documentation")
text: qsTr("Blog")
Material.background: Material.LightGreen
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_document.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally("https://qmlbook.github.io/index.html")
onClicked: Qt.openUrlExternally("https://screen-play.rocks/index.php/blog")
}
Button {
text: qsTr("Github")