mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-13 03:34:42 -07:00
add titlebar to progress fluent
This commit is contained in:
parent
bf28854292
commit
150e3d6de4
@ -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="*" />
|
||||||
|
Loading…
Reference in New Issue
Block a user