diff --git a/shell/Ui/PanelToolTip.qml b/shell/Ui/PanelToolTip.qml index 933121da..ac14ef72 100644 --- a/shell/Ui/PanelToolTip.qml +++ b/shell/Ui/PanelToolTip.qml @@ -29,7 +29,7 @@ ToolTip { color: root.panelBackground border.color: Style.normalBorderFor(root.panelForeground, Color.accent) border.width: Style.normalBorderWidth - radius: 0 + radius: Style.cornerRadius opacity: 0.97 } diff --git a/shell/plugins/bar/Bar.qml b/shell/plugins/bar/Bar.qml index b2a0d8bd..7e0c0e51 100644 --- a/shell/plugins/bar/Bar.qml +++ b/shell/plugins/bar/Bar.qml @@ -695,7 +695,7 @@ Item { color: root.background border.color: root.foreground border.width: 1 - radius: 0 + radius: Style.cornerRadius opacity: 0.97 Text {