Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Feb 17, 2025
2 parents f05aff4 + 61cdf5f commit 948cff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<br/>


## ✨ 6.0 Release Candidate
## ✨ 6.0 Release

I’m pleased to announce the 6.0 Release Candidate. This is our biggest release yet, and after a long journey, the library is now close to the initial idealized vision I had for it. I’m happy to say that both the style and various APIs are now finalized.
I’m pleased to announce the 6.0 Release. This is our biggest release yet, and after a long journey, the library is now close to the initial idealized vision I had for it. I’m happy to say that both the style and various APIs are now finalized.

Moving forward, our focus will be on maintaining the library and potentially extending certain functionalities. No major changes are expected unless absolutely necessary.

Expand Down
4 changes: 2 additions & 2 deletions SukiUI/Controls/SukiWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</Panel>
</LayoutTransformControl>
<Panel IsVisible="{TemplateBinding IsMenuVisible}">
<suki:GlassCard CornerRadius="0" BorderThickness="0" Margin="0,0,0,0" IsVisible="{TemplateBinding ShowTitlebarBackground}"></suki:GlassCard>
<suki:GlassCard CornerRadius="0" BorderThickness="0" Margin="0,0,0,0" IsAnimated="False" IsVisible="{TemplateBinding ShowTitlebarBackground}"></suki:GlassCard>
<suki:GlassCard CornerRadius="13" Margin="10,2,10,10" Name="AlternativeGlassMenuBackground"></suki:GlassCard>
<Menu Name="PART_Menu" IsEnabled="{TemplateBinding IsMenuVisible}" ItemsSource="{TemplateBinding MenuItems}" />
</Panel>
Expand Down Expand Up @@ -202,4 +202,4 @@
<ControlTheme x:Key="{x:Type suki:SukiWindow}"
BasedOn="{StaticResource SukiWindowTheme}"
TargetType="suki:SukiWindow" />
</ResourceDictionary>
</ResourceDictionary>

0 comments on commit 948cff3

Please sign in to comment.