Compare commits
No commits in common. "49513b7ff2d0e463c31caa54f6825a9eb8031d3f" and "6f423370081669a34003cfdec1050fe6d30636ec" have entirely different histories.
49513b7ff2
...
6f42337008
2 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@ RowLayout {
|
|||
property bool _hovered: false
|
||||
property real _pulseOpacity: 1
|
||||
|
||||
implicitWidth: M.Theme.fontSize + 4
|
||||
implicitHeight: M.Theme.fontSize + 4
|
||||
implicitWidth: 18
|
||||
implicitHeight: 18
|
||||
|
||||
SequentialAnimation {
|
||||
running: iconItem._needsAttention
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ Row {
|
|||
}
|
||||
}
|
||||
|
||||
width: M.Theme.fontSize + 4
|
||||
height: M.Theme.fontSize + 4
|
||||
width: 20
|
||||
height: 20
|
||||
radius: M.Theme.radius
|
||||
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
|
||||
Behavior on color {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue