Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsoft committed Apr 26, 2024
2 parents 4cfc4ca + 728cdbc commit d5fc346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 181 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@ You can easily target elements of the dialogs via their names and types, such as
<Setter Property="Fill" Value="DeepPink" />
<Setter Property="StrokeThickness" Value="0" />
</Style>

<!-- Hide the child window Chrome -->
<Style Selector="DockPanel#ChromeDockPanel">
<Setter Property="IsVisible" Value="False" />
</Style>

</Application.Styles>
</Application>
Expand Down
181 changes: 0 additions & 181 deletions src/JamSoft.AvaloniaUI.Dialogs/Controls/WizardContainerGenerator.cs

This file was deleted.

0 comments on commit d5fc346

Please sign in to comment.