Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 90b5111

Browse files
committed
enlarged default templates window size
1 parent 022afb9 commit 90b5111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UI/Windows/NewFileWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
66
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
77
xmlns:uc="clr-namespace:SPCode.UI.Components"
8-
Width="800"
9-
Height="500"
8+
Width="1000"
9+
Height="700"
1010
MinWidth="800"
1111
MinHeight="500"
1212
ResizeMode="CanResizeWithGrip"

0 commit comments

Comments
 (0)