Skip to content
Snippets Groups Projects
Commit 1dfbfd21 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

context menus: use dpi responsive image components

Change-Id: I3b4b1ba16a472e348e2f2c7f875a0df69cfea660
parent 6bb2f21f
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ MenuItem { ...@@ -43,7 +43,7 @@ MenuItem {
id: menuItemContentRect id: menuItemContentRect
anchors.fill: parent anchors.fill: parent
Image { ResponsiveImage {
id: contextMenuItemImage id: contextMenuItemImage
anchors.left: menuItemContentRect.left anchors.left: menuItemContentRect.left
...@@ -54,8 +54,6 @@ MenuItem { ...@@ -54,8 +54,6 @@ MenuItem {
height: (visible ? 24 : 0) height: (visible ? 24 : 0)
visible: false visible: false
fillMode: Image.PreserveAspectFit
mipmap: true
opacity: 0.7 opacity: 0.7
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment