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"
|
||||
WindowStyle="None"
|
||||
mc:Ignorable="d">
|
||||
<!-- Background is a hack to stop weirdness -->
|
||||
<Grid Background="#01ffffff">
|
||||
<Grid Margin="32,16">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*" />
|
||||
@ -65,4 +67,5 @@
|
||||
FontSize="14"
|
||||
IsEnabled="{Binding CancelEnabled, Mode=OneWay}" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</base:WpfUiWindow>
|
||||
|
Loading…
Reference in New Issue
Block a user