Updated Settings.qml

Small changes in text colouring.
This commit is contained in:
molan-git 2020-01-16 17:38:21 +00:00 committed by GitHub
parent 5acbba10f0
commit 61c7c0bfa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,8 +91,8 @@ Page {
width: parent.width - ( 2 * Theme.horizontalPageMargin )
text: qsTr("This application is a forked version of the Mastodon client Tooter, originally developed by Duško Angirević, which fixes various bugs. Source code on <a href=\'https://github.com/molan-git/harbour-tooter'>GitHub</a>.")
font.pixelSize: Theme.fontSizeExtraSmall
linkColor: Theme.highlightColor
color: Theme.primaryColor
color: Theme.secondaryColor
linkColor: Theme.secondaryHighlightColor
wrapMode: Text.Wrap
anchors {
horizontalCenter: parent.horizontalCenter