mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-05 12:21:37 +08:00
context menus: use dpi responsive image components
Change-Id: I3b4b1ba16a472e348e2f2c7f875a0df69cfea660
This commit is contained in:
committed by
Adrien Béraud
parent
6bb2f21fdc
commit
1dfbfd21a7
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user