Skip to content

Commit

Permalink
Update About page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaliste committed Oct 3, 2016
1 parent bbd4f53 commit c37720e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qml/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Page {
horizontalAlignment: Text.AlignHCenter
width: parent.width
font.pixelSize: Theme.fontSizeExtraSmall
text: "Version 1.0\nCopyright © 2015 Damien Caliste\nemail : dcaliste@free.fr"
text: "Version 1.1\nCopyright © 2015-2016 Damien Caliste\nemail : dcaliste@free.fr"
color: Theme.secondaryColor
}
Label {
Expand All @@ -66,11 +66,12 @@ Page {
color: Theme.secondaryColor
}
}
Label {
Button {
anchors.bottom: parent.bottom
anchors.bottomMargin: Theme.paddingSmall
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: Theme.fontSizeExtraSmall
text: "https://github.com/dcaliste/score-board"
text: "Score board sources"
color: Theme.secondaryColor
onClicked: Qt.openUrlExternally("https://github.com/dcaliste/score-board")
}
}

0 comments on commit c37720e

Please sign in to comment.