Skip to content

Commit fb87f19

Browse files
visual fix
1 parent aa62f42 commit fb87f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityHubNative.Net/CreateNewProjectDialogue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ public CreateNewProjectDialogue()
2929
WindowStartupLocation = WindowStartupLocation.CenterOwner;
3030
CanResize = false;
3131
SystemDecorations = SystemDecorations.BorderOnly;
32+
ExtendClientAreaToDecorationsHint = true;
3233

3334
if (UnityHubNativeNetApp.Config.transparent)
3435
{
3536
TransparencyLevelHint = [WindowTransparencyLevel.AcrylicBlur, WindowTransparencyLevel.Blur];
3637
#if Windows
3738
Background = new SolidColorBrush(Colors.Transparent, UnityHubNativeNetApp.Config.blurIntensity);
3839
#endif
39-
ExtendClientAreaToDecorationsHint = true;
4040
}
4141
}
4242

0 commit comments

Comments
 (0)