mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-21 15:24:01 +02:00
misc: fix PushButton renderer for Linux
Gitlab: #140 Change-Id: I980126d333ab33c9fbc9f2984d115d79082b0dd3
This commit is contained in:
parent
d2ece900f6
commit
d6d2ed0358
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ AbstractButton {
|
||||||
return JamiTheme.transparentColor
|
return JamiTheme.transparentColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Mipmap does not render correctly on linux
|
||||||
|
mipmap: false
|
||||||
|
smooth: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue