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:
parent
a187141e73
commit
25d22c1a64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user