summaryrefslogtreecommitdiff
path: root/TabItem.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'TabItem.ui.qml')
-rw-r--r--TabItem.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/TabItem.ui.qml b/TabItem.ui.qml
index bf895d4..c44f1a3 100644
--- a/TabItem.ui.qml
+++ b/TabItem.ui.qml
@@ -18,7 +18,7 @@ Button {
height: 38
horizontalPadding: 16
verticalPadding: 8
- text: label
+ text: modelData
contentItem: Text {
text: button.text
color: index == currentIndex ? "white" : "#066ac9"