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 real _pulseOpacity: 1
|
||||
|
||||
implicitWidth: 18
|
||||
implicitHeight: 18
|
||||
implicitWidth: M.Theme.fontSize + 4
|
||||
implicitHeight: M.Theme.fontSize + 4
|
||||
|
||||
SequentialAnimation {
|
||||
running: iconItem._needsAttention
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue