fix compose page spacing
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
</Page.Resources>
|
</Page.Resources>
|
||||||
|
|
||||||
<Grid
|
<Grid
|
||||||
Padding="7,0,7,7"
|
Padding="7,0"
|
||||||
AllowDrop="True"
|
AllowDrop="True"
|
||||||
DragLeave="OnComposeGridDragLeave"
|
DragLeave="OnComposeGridDragLeave"
|
||||||
DragOver="OnComposeGridDragOver"
|
DragOver="OnComposeGridDragOver"
|
||||||
@@ -119,7 +119,6 @@
|
|||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Border
|
<Border
|
||||||
Grid.Row="0"
|
|
||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user