Skip to content

Commit

Permalink
cleanup sample again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Oct 30, 2024
1 parent 47de318 commit 32f020e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
<ComboBox SelectedIndex="0">
<ComboBoxItem>
<Panel>
<Rectangle Fill="{drawing:ConsoleBrush Red}" />
<Rectangle Fill="Red" />
<TextBlock Text="Still item"
Margin="1" />
</Panel>
</ComboBoxItem>
<ComboBoxItem>
<helpers:SymbolsControl Text="o"
Foreground="{drawing:ConsoleBrush DarkMagenta}" />
Foreground="DarkMagenta" />
</ComboBoxItem>
<ComboBoxItem>
<TextBox Text="TextBox"
Expand Down

0 comments on commit 32f020e

Please sign in to comment.