File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ FluidControls.Page {
69
69
model: swipeView .contentChildren
70
70
delegate: TabButton {
71
71
text: modelData .title
72
+ implicitWidth: Math .max (background ? background .implicitWidth : 0 ,
73
+ contentItem .implicitWidth +
74
+ (tabCloseButton .visible ? tabCloseButton .width : 0 ) +
75
+ leftPadding + rightPadding)
72
76
width: parent .fixed ? parent .width / parent .count : implicitWidth
73
77
74
78
// Active color
@@ -94,9 +98,10 @@ FluidControls.Page {
94
98
95
99
anchors .right : parent .right
96
100
anchors .verticalCenter : parent .verticalCenter
97
- anchors .rightMargin : FluidControls . Units . smallSpacing
101
+ anchors .rightMargin : - rightPadding
98
102
99
103
iconName: " navigation/close"
104
+ iconColor: contentItem .color
100
105
visible: modelData .canRemove
101
106
102
107
onClicked: swipeView .removeItem (index)
You can’t perform that action at this time.
0 commit comments