This commit is contained in:
Wiesław Šoltés 2022-08-21 13:06:44 +02:00
Родитель 889d867d29
Коммит 5605232a61
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
<Window x:Class="ReactiveHistorySample.Views.MainWindow"
xmlns="https://github.com/avaloniaui"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:ReactiveHistorySample.Views"
Title="ReactiveHistory Sample" Height="700" Width="1000"
Title="ReactiveHistory Sample" Height="700" Width="1150"
UseLayoutRounding="True">
<views:MainView />
</Window>