Apply theme radius on context menus

This commit is contained in:
miruka 2021-01-21 10:09:06 -04:00
parent 7af1456c1d
commit 9967638694

View File

@ -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