Apply theme radius on context menus
This commit is contained in:
parent
7af1456c1d
commit
9967638694
|
@ -37,6 +37,7 @@ Menu {
|
||||||
color: theme.controls.menu.background
|
color: theme.controls.menu.background
|
||||||
border.color: theme.controls.menu.border
|
border.color: theme.controls.menu.border
|
||||||
border.width: theme.controls.menu.borderWidth
|
border.width: theme.controls.menu.borderWidth
|
||||||
|
radius: theme.radius
|
||||||
|
|
||||||
// Workaround for this: when opening menu at mouse position,
|
// Workaround for this: when opening menu at mouse position,
|
||||||
// cursor will be in menu's border which doesn't handle clicks
|
// cursor will be in menu's border which doesn't handle clicks
|
||||||
|
|
Loading…
Reference in New Issue
Block a user