Add minimize button to WinUtil window (#4508)

This commit is contained in:
Sree Sankar S
2026-05-19 23:56:54 +05:30
committed by GitHub
parent 82f51b4bf1
commit c765ffb317
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -1186,6 +1186,16 @@
</Border>
</Popup>
<Button
Content="&#x2212;" BorderThickness="0"
BorderBrush="Transparent"
Background="{DynamicResource MainBackgroundColor}"
Width="{DynamicResource IconButtonSize}" Height="{DynamicResource IconButtonSize}"
HorizontalAlignment="Right" VerticalAlignment="Top"
Margin="0,0,0,0"
FontFamily="{DynamicResource FontFamily}"
Foreground="{DynamicResource MainForegroundColor}" FontSize="{DynamicResource CloseIconFontSize}" Name="WPFMinimizeButton" />
<Button
Content="&#xD7;" BorderThickness="0"
BorderBrush="Transparent"