Files
better-genshin-impact/Build/MicaSetup/Views/MainWindow.xaml

24 lines
1.2 KiB
XML

<control:WindowX x:Class="MicaSetup.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:control="clr-namespace:MicaSetup.Design.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:MicaSetup.Views"
xmlns:main="clr-namespace:MicaSetup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="{Binding SetupName}"
Width="560"
Height="350"
control:WindowXCaption.Icon="pack://application:,,,/MicaSetup;component/Resources/Images/Favicon.ico"
Background="{DynamicResource ApplicationBackgroundBrush}"
Icon="{Binding Favicon}"
ResizeMode="CanMinimize"
Style="{StaticResource DefaultWindowXStyle}"
WindowStartupLocation="CenterScreen"
WindowStyle="SingleBorderWindow"
mc:Ignorable="d">
<Grid>
<local:ShellPage />
</Grid>
</control:WindowX>