Remove unnecessary anchors in the ComboBox.contentItem

@ahiemstra noticed this in the qqc2-desktop-style!19 patch but the PC3
patch plasma-framework!36 had already been merged.
This commit is contained in:
Chris Holland 2020-10-09 11:22:00 -04:00 committed by Zren (Chris Holland)
parent a187141e73
commit 25d22c1a64

View File

@ -54,13 +54,6 @@ T.ComboBox {
contentItem: T.TextField {
id: textField
padding: 0
anchors {
fill:parent
leftMargin: control.leftPadding
rightMargin: control.rightPadding
topMargin: control.topPadding
bottomMargin: control.bottomPadding
}
text: control.editable ? control.editText : control.displayText
enabled: control.editable