mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
context menus: use dpi responsive image components
Change-Id: I3b4b1ba16a472e348e2f2c7f875a0df69cfea660
This commit is contained in:
parent
6bb2f21fdc
commit
1dfbfd21a7
1 changed files with 1 additions and 3 deletions
|
@ -43,7 +43,7 @@ MenuItem {
|
|||
id: menuItemContentRect
|
||||
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
ResponsiveImage {
|
||||
id: contextMenuItemImage
|
||||
|
||||
anchors.left: menuItemContentRect.left
|
||||
|
@ -54,8 +54,6 @@ MenuItem {
|
|||
height: (visible ? 24 : 0)
|
||||
|
||||
visible: false
|
||||
fillMode: Image.PreserveAspectFit
|
||||
mipmap: true
|
||||
opacity: 0.7
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue