Compare commits

..
2 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,8 @@ RowLayout {
property bool _hovered: false property bool _hovered: false
property real _pulseOpacity: 1 property real _pulseOpacity: 1
implicitWidth: M.Theme.fontSize + 4 implicitWidth: 18
implicitHeight: M.Theme.fontSize + 4 implicitHeight: 18
SequentialAnimation { SequentialAnimation {
running: iconItem._needsAttention running: iconItem._needsAttention

View file

@ -86,8 +86,8 @@ Row {
} }
} }
width: M.Theme.fontSize + 4 width: 20
height: M.Theme.fontSize + 4 height: 20
radius: M.Theme.radius radius: M.Theme.radius
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02) color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
Behavior on color { Behavior on color {