Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Windows/BenchmarkWindow.axaml')
-rw-r--r--UVtools.WPF/Windows/BenchmarkWindow.axaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/UVtools.WPF/Windows/BenchmarkWindow.axaml b/UVtools.WPF/Windows/BenchmarkWindow.axaml
index 57b86ac..8af0308 100644
--- a/UVtools.WPF/Windows/BenchmarkWindow.axaml
+++ b/UVtools.WPF/Windows/BenchmarkWindow.axaml
@@ -1,7 +1,8 @@
-<Window xmlns="https://github.com/avaloniaui"
+<controls:WindowEx xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ xmlns:controls="clr-namespace:UVtools.WPF.Controls"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="UVtools.WPF.Windows.BenchmarkWindow"
Title="Benchmark"
@@ -111,6 +112,7 @@
<ProgressBar
IsIndeterminate="{Binding IsRunning}"
IsEnabled="{Binding IsRunning}"
+ VerticalAlignment="Stretch"
/>
<Button
@@ -125,4 +127,4 @@
</Grid>
</Grid>
-</Window>
+</controls:WindowEx>