Fix #192
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
</DataTemplate>
|
||||
</Page.Resources>
|
||||
|
||||
<Grid Background="{ThemeResource AppBarBackgroundColor}"
|
||||
<Grid
|
||||
Background="{ThemeResource AppBarBackgroundColor}"
|
||||
AllowDrop="True"
|
||||
DragOver="OnComposeGridDragOver"
|
||||
DragLeave="OnComposeGridDragLeave">
|
||||
@@ -634,7 +635,10 @@
|
||||
DragOver="OnFileDropGridDragOver"
|
||||
DragLeave="OnFileDropGridDragLeave"
|
||||
AllowDrop="True">
|
||||
<Grid Background="{ThemeResource AcrylicInAppFillColorDefaultBrush}" CornerRadius="9" Margin="0,7,5,0">
|
||||
<Grid
|
||||
Background="{ThemeResource AcrylicInAppFillColorDefaultBrush}"
|
||||
CornerRadius="9"
|
||||
Margin="0,7,5,0">
|
||||
<Rectangle
|
||||
x:Name="DropZoneBorder"
|
||||
RadiusX="9"
|
||||
@@ -657,14 +661,12 @@
|
||||
|
||||
<Grid
|
||||
Grid.Row="4"
|
||||
Margin="0,6,0,0"
|
||||
Background="White"
|
||||
Visibility="{x:Bind IsComposerDarkMode, Converter={StaticResource ReverseBooleanToVisibilityConverter}, Mode=OneWay}" />
|
||||
CornerRadius="3"
|
||||
Margin="0,6,0,0">
|
||||
<Grid Background="White" Visibility="{x:Bind IsComposerDarkMode, Converter={StaticResource ReverseBooleanToVisibilityConverter}, Mode=OneWay}" />
|
||||
|
||||
<muxc:WebView2
|
||||
x:Name="Chromium"
|
||||
Grid.Row="4"
|
||||
Margin="0,6,0,0" />
|
||||
<muxc:WebView2 x:Name="Chromium" />
|
||||
</Grid>
|
||||
|
||||
<VisualStateManager.VisualStateGroups>
|
||||
<VisualStateGroup x:Name="ComposerThemeToggleButtonStates">
|
||||
|
||||
Reference in New Issue
Block a user