RoundCorner: rewrite to use Shape instead of Canvas

This commit is contained in:
end-4
2025-08-03 20:40:52 +07:00
parent 0708070764
commit f8d162d995
3 changed files with 48 additions and 45 deletions
@@ -35,7 +35,7 @@ Scope {
implicitHeight: cornerWidget.implicitHeight
RoundCorner {
id: cornerWidget
size: Appearance.rounding.screenRounding
implicitSize: Appearance.rounding.screenRounding
corner: cornerPanelWindow.corner
}
}