Updated Settings.qml
Small changes in text colouring.
This commit is contained in:
parent
5acbba10f0
commit
61c7c0bfa1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue