Skip to content

Commit

Permalink
fix xaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Feb 22, 2025
1 parent e6f7f7d commit a659373
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/colorPicker/ColorPickerUI/ColorEditorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<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 a659373

Please sign in to comment.