[Breeze] [Bug 465774] New: data-warning needs usable data-warning-symbolic counterpart
ratijas
bugzilla_noreply at kde.org
Wed Feb 15 14:56:06 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=465774
Bug ID: 465774
Summary: data-warning needs usable data-warning-symbolic
counterpart
Classification: Plasma
Product: Breeze
Version: master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Icons
Assignee: visual-design at kde.org
Reporter: me at ratijas.tk
CC: kainz.a at gmail.com, m at nueljl.in
Target Milestone: ---
Created attachment 156275
--> https://bugs.kde.org/attachment.cgi?id=156275&action=edit
data-warning vs data-warning-symbolic comparison
SUMMARY
Presently, data-warning is a triangle icon with a white exclamation mark in the
middle. There is no -symbolic counterpart provided, so requesting
`data-warning-symbolic` icon produces just this triangle, filled with white
color completely, which isn't particularly useful or descriptive.
STEPS TO REPRODUCE
1. Run the following qml with qmlscene or whatever:
```
import QtQuick 2.15
import org.kde.kirigami 2.20 as Kirigami
Rectangle {
width: 64 * 2; height: 64
Rectangle {
anchors.fill: parent
color: Kirigami.Theme.backgroundColor
}
Row {
Kirigami.Icon {
source: "data-warning"
height: 64; width: 64
}
Kirigami.Icon {
source: "data-warning-symbolic"
height: 64; width: 64
}
}
}
```
OBSERVED RESULT
Solid white triangle on the right.
EXPECTED RESULT
Some kind of usable warning sign. For example, white outline and white "!" in
the middle; or white fill and transparent "!".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Visual-design
mailing list