add a manual test on the highlight look
This commit is contained in:
parent
1d6870b156
commit
e9468a8442
@ -36,6 +36,15 @@ ComponentBase {
|
|||||||
text: "test"
|
text: "test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
text: "This should look highlighted on load"
|
||||||
|
}
|
||||||
|
|
||||||
|
PlasmaComponents.Button {
|
||||||
|
text: "test"
|
||||||
|
focus: true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: "long text, should expand to fit"
|
text: "long text, should expand to fit"
|
||||||
|
@ -35,6 +35,14 @@ ComponentBase {
|
|||||||
text: "test"
|
text: "test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PlasmaComponents.Label {
|
||||||
|
text: "This should look highlighted on load"
|
||||||
|
}
|
||||||
|
|
||||||
|
PlasmaComponents.Button {
|
||||||
|
text: "test"
|
||||||
|
focus: true
|
||||||
|
}
|
||||||
|
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
text: "long text, should expand to fit"
|
text: "long text, should expand to fit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user