mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
Restore native window animations and custom caption hit testing (#4888)
* feat: restore native window animations * fix: disable native caption button hit testing * test: remove fake window state assertions
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
MinHeight="600"
|
||||
Title="WinUtil">
|
||||
<WindowChrome.WindowChrome>
|
||||
<WindowChrome CaptionHeight="0" CornerRadius="10"/>
|
||||
<WindowChrome CaptionHeight="0" CornerRadius="10" UseAeroCaptionButtons="False"/>
|
||||
</WindowChrome.WindowChrome>
|
||||
<Window.Resources>
|
||||
<Style TargetType="ToolTip">
|
||||
|
||||
Reference in New Issue
Block a user