Skip to content

Commit a5b20e7

Browse files
committed
Set a sane default width and height
1 parent ffeea55 commit a5b20e7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ArchipelagoDebugClient/Views/MainWindow.axaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:views="clr-namespace:ArchipelagoDebugClient.Views"
6-
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
6+
mc:Ignorable="d"
77
x:Class="ArchipelagoDebugClient.Views.MainWindow"
88
Icon="/Assets/aplogo-color.ico"
9-
Title="Archipelago Debug Client">
9+
Title="Archipelago Debug Client"
10+
Width="900"
11+
Height="600">
1012
<views:MainView />
1113
</Window>

0 commit comments

Comments
 (0)