Add test for buttons with icon height
This commit is contained in:
parent
0f65c95771
commit
0bd2ea178f
@ -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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user