We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeea55 commit a5b20e7Copy full SHA for a5b20e7
1 file changed
ArchipelagoDebugClient/Views/MainWindow.axaml
@@ -3,9 +3,11 @@
3
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
4
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5
xmlns:views="clr-namespace:ArchipelagoDebugClient.Views"
6
- mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
+ mc:Ignorable="d"
7
x:Class="ArchipelagoDebugClient.Views.MainWindow"
8
Icon="/Assets/aplogo-color.ico"
9
- Title="Archipelago Debug Client">
+ Title="Archipelago Debug Client"
10
+ Width="900"
11
+ Height="600">
12
<views:MainView />
13
</Window>
0 commit comments