Files
archived-WinDurango.UI/Dialogs/PageDialog.xaml
Dexrn ZacAttack 1883d0edea simple mod manager
2025-02-24 00:43:55 -08:00

14 lines
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ContentDialog
x:Class="WinDurango.UI.Dialogs.PageDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="PageDialog"
Style="{ThemeResource DefaultContentDialogStyle}"
PrimaryButtonText="Close">
<ContentDialog.Resources>
<x:Double x:Key="ContentDialogMaxWidth">1200</x:Double>
</ContentDialog.Resources>
<Frame Name="frame"/>
</ContentDialog>