fix(ui): remove black corner artifacts on rounded window

This commit is contained in:
Meik
2026-03-05 15:46:11 +01:00
parent eb6915ed90
commit 7a73c3fc4e

View File

@@ -12,7 +12,7 @@
WindowStyle="None"
AllowsTransparency="False"
ResizeMode="NoResize"
Background="Transparent"
Background="{DynamicResource panelBorderColor}"
Loaded="Window_Loaded"
Icon="Resources/icons/logo_CustomerPanel.ico"
KeyDown="App_KeyDown"