|
|
@ -27,6 +27,7 @@ T.ComboBox { |
|
|
|
contentItem.implicitWidth + leftPadding + rightPadding + padding) |
|
|
|
contentItem.implicitWidth + leftPadding + rightPadding + padding) |
|
|
|
implicitHeight: Math.max(background ? background.implicitHeight : 0, |
|
|
|
implicitHeight: Math.max(background ? background.implicitHeight : 0, |
|
|
|
Math.max(contentItem.implicitHeight, indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding) |
|
|
|
Math.max(contentItem.implicitHeight, indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding) |
|
|
|
|
|
|
|
baselineOffset: contentItem.y + text.baselineOffset |
|
|
|
leftPadding: padding + (!control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width + spacing) |
|
|
|
leftPadding: padding + (!control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width + spacing) |
|
|
|
rightPadding: padding + (control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width) |
|
|
|
rightPadding: padding + (control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width) |
|
|
|
|
|
|
|
|
|
|
|