Fixing ProfileSelectorDialog and removing unnecessary style which literally does nothing visually

This commit is contained in:
_Neo_
2025-11-01 13:33:33 +02:00
parent c0cc54cc56
commit 4d3a98e71d
2 changed files with 14 additions and 38 deletions

View File

@@ -119,11 +119,6 @@
Click="AddUser">
<ui:SymbolIcon Symbol="Add" />
</Button>
<Panel.Styles>
<Style Selector="Panel">
<Setter Property="Background" Value="{DynamicResource ListBoxBackground}"/>
</Style>
</Panel.Styles>
</Panel>
</DataTemplate>
</ListBox.DataTemplates>