simplify xaml spacing
This commit is contained in:
@@ -407,7 +407,7 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
</wino:BasePage.ShellContent>
|
</wino:BasePage.ShellContent>
|
||||||
|
|
||||||
<Grid x:Name="RootGrid">
|
<Grid x:Name="RootGrid" Padding="0,0,0,7">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition
|
<ColumnDefinition
|
||||||
x:Name="ReaderColumn"
|
x:Name="ReaderColumn"
|
||||||
@@ -420,7 +420,6 @@
|
|||||||
<Border
|
<Border
|
||||||
x:Name="ReaderGridContainer"
|
x:Name="ReaderGridContainer"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="0,0,0,7"
|
|
||||||
Padding="5,0,0,0"
|
Padding="5,0,0,0"
|
||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
|
|||||||
@@ -149,15 +149,16 @@
|
|||||||
</Page.Resources>
|
</Page.Resources>
|
||||||
|
|
||||||
<!-- Attachments and WebView2 -->
|
<!-- Attachments and WebView2 -->
|
||||||
<Grid x:Name="RendererGridFrame" Padding="7,0,7,7">
|
<Grid
|
||||||
|
x:Name="RendererGridFrame"
|
||||||
|
Padding="7,0"
|
||||||
|
RowSpacing="7">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
<RowDefinition Height="*" />
|
<RowDefinition Height="*" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Border
|
<Border
|
||||||
Grid.Row="0"
|
|
||||||
Margin="0,0,0,7"
|
|
||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
@@ -171,7 +172,6 @@
|
|||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<CommandBar
|
<CommandBar
|
||||||
x:Name="RendererBar"
|
x:Name="RendererBar"
|
||||||
Grid.Row="0"
|
|
||||||
Margin="8,6,0,0"
|
Margin="8,6,0,0"
|
||||||
HorizontalContentAlignment="Stretch"
|
HorizontalContentAlignment="Stretch"
|
||||||
DefaultLabelPosition="Right"
|
DefaultLabelPosition="Right"
|
||||||
|
|||||||
Reference in New Issue
Block a user