Fix ImageItem ratio.

This commit is contained in:
Black Hat
2018-11-22 21:04:04 +08:00
parent d708c9aab6
commit 38afdeeb8e
2 changed files with 12 additions and 3 deletions

View File

@@ -107,8 +107,8 @@ ColumnLayout {
selectByMouse: true
readOnly: true
wrapMode: Label.Wrap
selectedTextColor: "white"
selectionColor: Material.accent
selectedTextColor: Material.accent
selectionColor: "white"
textFormat: Text.RichText
onLinkActivated: Qt.openUrlExternally(link)