diff --git a/modules/HoverPanel.qml b/modules/HoverPanel.qml index e930f67..878ae3a 100644 --- a/modules/HoverPanel.qml +++ b/modules/HoverPanel.qml @@ -363,8 +363,7 @@ PanelWindow { color: "transparent" border.color: root.accentColor border.width: 1 - bottomLeftRadius: M.Theme.radius - bottomRightRadius: M.Theme.radius + radius: M.Theme.radius opacity: panelContainer.opacity } } diff --git a/modules/PopupBackground.qml b/modules/PopupBackground.qml index b71da4d..b4ea7dc 100644 --- a/modules/PopupBackground.qml +++ b/modules/PopupBackground.qml @@ -6,10 +6,7 @@ Rectangle { color: M.Theme.base01 opacity: Math.max(M.Theme.barOpacity, 0.85) - topLeftRadius: 0 - topRightRadius: 0 - bottomLeftRadius: M.Theme.radius - bottomRightRadius: M.Theme.radius + radius: M.Theme.radius border.color: accentColor border.width: 1 }