mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Deleted configuration input background haze
This commit is contained in:
parent
30c1148e9a
commit
92bb46dc43
@ -1,4 +1,4 @@
|
|||||||
<UserControl
|
<UserControl
|
||||||
x:Class="Wabbajack.CompilerView"
|
x:Class="Wabbajack.CompilerView"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
@ -175,16 +175,6 @@
|
|||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Grid.ColumnSpan="5"
|
Grid.ColumnSpan="5"
|
||||||
MaxWidth="1000">
|
MaxWidth="1000">
|
||||||
<Border
|
|
||||||
x:Name="ConfigurationBackgroundHaze"
|
|
||||||
Height="120"
|
|
||||||
Background="{StaticResource PrimaryVariantBrush}"
|
|
||||||
CornerRadius="50"
|
|
||||||
Opacity="0.10">
|
|
||||||
<Border.Effect>
|
|
||||||
<BlurEffect Radius="45" />
|
|
||||||
</Border.Effect>
|
|
||||||
</Border>
|
|
||||||
<Grid
|
<Grid
|
||||||
Margin="35,0,35,0"
|
Margin="35,0,35,0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
|
@ -279,16 +279,6 @@
|
|||||||
x:Name="InstallationConfigurationView"
|
x:Name="InstallationConfigurationView"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Background="{StaticResource WindowBackgroundBrush}">
|
Background="{StaticResource WindowBackgroundBrush}">
|
||||||
<Border
|
|
||||||
x:Name="ConfigurationBackgroundHaze"
|
|
||||||
Height="120"
|
|
||||||
Background="{StaticResource PrimaryVariantBrush}"
|
|
||||||
CornerRadius="50"
|
|
||||||
Opacity="0.10">
|
|
||||||
<Border.Effect>
|
|
||||||
<BlurEffect Radius="45" />
|
|
||||||
</Border.Effect>
|
|
||||||
</Border>
|
|
||||||
<ScrollViewer
|
<ScrollViewer
|
||||||
Margin="5"
|
Margin="5"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
|
Loading…
Reference in New Issue
Block a user