add a manual test on the highlight look

This commit is contained in:
Marco Martin 2020-01-09 17:35:26 +01:00
parent 1d6870b156
commit e9468a8442
2 changed files with 17 additions and 0 deletions

View File

@ -36,6 +36,15 @@ ComponentBase {
text: "test"
}
Label {
text: "This should look highlighted on load"
}
PlasmaComponents.Button {
text: "test"
focus: true
}
Label {
text: "long text, should expand to fit"

View File

@ -35,6 +35,14 @@ ComponentBase {
text: "test"
}
PlasmaComponents.Label {
text: "This should look highlighted on load"
}
PlasmaComponents.Button {
text: "test"
focus: true
}
PlasmaComponents.Label {
text: "long text, should expand to fit"