Add test for buttons with icon height

This commit is contained in:
David Edmundson 2019-05-13 09:54:44 +01:00
parent 0f65c95771
commit 0bd2ea178f

View File

@ -96,13 +96,17 @@ Rectangle
} }
Label { Label {
text: "button and textfield should have the same height" text: "button (with or without icon) and textfield should have the same height"
} }
RowLayout { RowLayout {
PlasmaComponents.Button { PlasmaComponents.Button {
text: "test" text: "test"
} }
PlasmaComponents.Button {
iconSource: "application-menu"
text: "test"
}
PlasmaComponents.TextField { PlasmaComponents.TextField {
} }
} }