mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
fix: restore WindowStyle to SingleBorderWindow for proper window framing (#4868)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
xmlns:local="clr-namespace:WinUtility"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
UseLayoutRounding="True"
|
||||
WindowStyle="None"
|
||||
WindowStyle="SingleBorderWindow"
|
||||
Width="Auto"
|
||||
Height="Auto"
|
||||
MinWidth="800"
|
||||
|
||||
Reference in New Issue
Block a user