diff options
Diffstat (limited to 'components/Label.qml')
| -rw-r--r-- | components/Label.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Label.qml b/components/Label.qml index 94e7ed4a..261c02a5 100644 --- a/components/Label.qml +++ b/components/Label.qml @@ -35,6 +35,7 @@ Item { id: item property alias text: label.text property alias tooltip: label.tooltip + property alias tooltipIconVisible: label.tooltipIconVisible property alias color: label.color property int textFormat: Text.PlainText property string tipText: "" |
