mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
Use Text.PlainText as default for Text
This commit is contained in:
@@ -35,7 +35,7 @@ Item {
|
|||||||
id: item
|
id: item
|
||||||
property alias text: label.text
|
property alias text: label.text
|
||||||
property alias color: label.color
|
property alias color: label.color
|
||||||
property alias textFormat: label.textFormat
|
property int textFormat: Text.PlainText
|
||||||
property string tipText: ""
|
property string tipText: ""
|
||||||
property int fontSize: 16 * scaleRatio
|
property int fontSize: 16 * scaleRatio
|
||||||
property bool fontBold: false
|
property bool fontBold: false
|
||||||
@@ -65,5 +65,6 @@ Item {
|
|||||||
font.bold: fontBold
|
font.bold: fontBold
|
||||||
color: fontColor
|
color: fontColor
|
||||||
onLinkActivated: item.linkActivated()
|
onLinkActivated: item.linkActivated()
|
||||||
|
textFormat: parent.textFormat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user