diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-03 08:48:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-03 08:48:03 +0800 |
commit | 49691e08473db195890d0367e3dacf13f19388f6 (patch) | |
tree | e032bf3d2cdb0d65cc21e6e9d0e2c7155864e90d /TabItem.ui.qml | |
parent | 5510aea87db81510a8ff44683fb684f81198e7a9 (diff) |
Tab item count info is in the content
Diffstat (limited to 'TabItem.ui.qml')
-rw-r--r-- | TabItem.ui.qml | 2 |
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" |