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