width & height

This commit is contained in:
2025-11-10 19:07:30 +01:00
parent 6cf27b4867
commit 8ab1689309

View File

@@ -2,8 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" mc:Ignorable="d" d:DesignWidth="600" d:DesignHeight="450"
Width="800" Height="500" Width="600" Height="600"
x:Class="ModpackUpdater.Apps.Manager.Ui.UpdatesCollectorWindow" x:Class="ModpackUpdater.Apps.Manager.Ui.UpdatesCollectorWindow"
Title="UpdatesCollectorWindow"> Title="UpdatesCollectorWindow">