diff --git a/demo/Ursa.Demo/Dialogs/PlainDialog.axaml b/demo/Ursa.Demo/Dialogs/PlainDialog.axaml index 8543273..ac0a9ec 100644 --- a/demo/Ursa.Demo/Dialogs/PlainDialog.axaml +++ b/demo/Ursa.Demo/Dialogs/PlainDialog.axaml @@ -7,7 +7,7 @@ x:DataType="local:PlainDialogViewModel" x:CompileBindings="True" x:Class="Ursa.Demo.Dialogs.PlainDialog"> - + diff --git a/demo/Ursa.Demo/Pages/DialogDemo.axaml b/demo/Ursa.Demo/Pages/DialogDemo.axaml index 8ff3534..00354fd 100644 --- a/demo/Ursa.Demo/Pages/DialogDemo.axaml +++ b/demo/Ursa.Demo/Pages/DialogDemo.axaml @@ -6,115 +6,169 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:u="https://irihi.tech/ursa" xmlns:vm="using:Ursa.Demo.ViewModels" - d:DesignHeight="450" + d:DesignHeight="1200" d:DesignWidth="800" x:CompileBindings="True" x:DataType="vm:DialogDemoViewModel" mc:Ignorable="d"> - - - - - - - - - - - - - - - - - -