add titlebar to progress fluent

This commit is contained in:
bluepilledgreat 2024-02-04 00:32:43 +00:00
parent bf28854292
commit 150e3d6de4

View File

@ -22,8 +22,16 @@
WindowStartupLocation="CenterScreen" WindowStartupLocation="CenterScreen"
WindowStyle="None" WindowStyle="None"
mc:Ignorable="d"> mc:Ignorable="d">
<!-- Background is a hack to stop weirdness --> <!-- Background is a hack to stop weirdness -->
<Grid Background="#01ffffff"> <Grid Background="#01ffffff">
<!-- Allow for drag -->
<ui:TitleBar
VerticalAlignment="Top"
ShowClose="False"
ShowMaximize="False"
ShowMinimize="False" />
<Grid Margin="32,16"> <Grid Margin="32,16">
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="*" /> <RowDefinition Height="*" />