Add test for buttons with icon height
This commit is contained in:
parent
0f65c95771
commit
0bd2ea178f
@ -96,13 +96,17 @@ Rectangle
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "button and textfield should have the same height"
|
||||
text: "button (with or without icon) and textfield should have the same height"
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
PlasmaComponents.Button {
|
||||
text: "test"
|
||||
}
|
||||
PlasmaComponents.Button {
|
||||
iconSource: "application-menu"
|
||||
text: "test"
|
||||
}
|
||||
PlasmaComponents.TextField {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user