Compare commits
2 commits
6f42337008
...
49513b7ff2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49513b7ff2 | ||
|
|
a7bdc964fa |
2 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@ RowLayout {
|
|||
property bool _hovered: false
|
||||
property real _pulseOpacity: 1
|
||||
|
||||
implicitWidth: 18
|
||||
implicitHeight: 18
|
||||
implicitWidth: M.Theme.fontSize + 4
|
||||
implicitHeight: M.Theme.fontSize + 4
|
||||
|
||||
SequentialAnimation {
|
||||
running: iconItem._needsAttention
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ Row {
|
|||
}
|
||||
}
|
||||
|
||||
width: 20
|
||||
height: 20
|
||||
width: M.Theme.fontSize + 4
|
||||
height: M.Theme.fontSize + 4
|
||||
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