mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix aero windows freaking out
This commit is contained in:
parent
4119792514
commit
fce067ab4f
@ -22,6 +22,8 @@
|
|||||||
WindowStartupLocation="CenterScreen"
|
WindowStartupLocation="CenterScreen"
|
||||||
WindowStyle="None"
|
WindowStyle="None"
|
||||||
mc:Ignorable="d">
|
mc:Ignorable="d">
|
||||||
|
<!-- Background is a hack to stop weirdness -->
|
||||||
|
<Grid Background="#01ffffff">
|
||||||
<Grid Margin="32,16">
|
<Grid Margin="32,16">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="*" />
|
<RowDefinition Height="*" />
|
||||||
@ -65,4 +67,5 @@
|
|||||||
FontSize="14"
|
FontSize="14"
|
||||||
IsEnabled="{Binding CancelEnabled, Mode=OneWay}" />
|
IsEnabled="{Binding CancelEnabled, Mode=OneWay}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
</Grid>
|
||||||
</base:WpfUiWindow>
|
</base:WpfUiWindow>
|
||||||
|
Loading…
Reference in New Issue
Block a user