tray icons: size from fontSize instead of hardcoded 18px
This commit is contained in:
parent
a7bdc964fa
commit
49513b7ff2
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ RowLayout {
|
||||||
property bool _hovered: false
|
property bool _hovered: false
|
||||||
property real _pulseOpacity: 1
|
property real _pulseOpacity: 1
|
||||||
|
|
||||||
implicitWidth: 18
|
implicitWidth: M.Theme.fontSize + 4
|
||||||
implicitHeight: 18
|
implicitHeight: M.Theme.fontSize + 4
|
||||||
|
|
||||||
SequentialAnimation {
|
SequentialAnimation {
|
||||||
running: iconItem._needsAttention
|
running: iconItem._needsAttention
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue