Skip to content

Commit

Permalink
XamlStyler failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Feb 24, 2025
1 parent 03ba66f commit 3039a1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/modules/colorPicker/ColorPickerUI/ColorEditorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<ui:ImageIcon Source="pack://application:,,,/Assets/ColorPicker/icon.ico" />
</ui:TitleBar.Icon>
</ui:TitleBar>
<ContentPresenter
x:Name="contentPresenter"
Grid.Row="1"
Content="{Binding Content}" />
<ContentPresenter x:Name="contentPresenter" Grid.Row="1" Content="{Binding Content}" />
</Grid>
</ui:FluentWindow>

0 comments on commit 3039a1d

Please sign in to comment.