fix(ui): increase label-to-field spacing in info tab
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<Setter Property="Canvas.Left"
|
||||
Value="64" />
|
||||
<Setter Property="Canvas.Top"
|
||||
Value="10" />
|
||||
Value="8" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="InfoRowValueStyle"
|
||||
@@ -122,7 +122,7 @@
|
||||
<Setter Property="Canvas.Left"
|
||||
Value="15" />
|
||||
<Setter Property="Canvas.Top"
|
||||
Value="33" />
|
||||
Value="35" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="InfoRowCopyStyle"
|
||||
@@ -136,7 +136,7 @@
|
||||
<Setter Property="Canvas.Left"
|
||||
Value="312" />
|
||||
<Setter Property="Canvas.Top"
|
||||
Value="33" />
|
||||
Value="35" />
|
||||
</Style>
|
||||
</UserControl.Resources>
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
</Canvas>
|
||||
|
||||
<Canvas Width="350"
|
||||
Height="86"
|
||||
Height="100"
|
||||
Margin="0,0,0,18">
|
||||
<Image Source="{DynamicResource appbar_folder_ellipsis}"
|
||||
Style="{StaticResource InfoRowIconStyle}"
|
||||
@@ -309,7 +309,7 @@
|
||||
Style="{StaticResource InfoRowLabelStyle}"
|
||||
Content="{x:Static resx:Resources.drives}" />
|
||||
<StackPanel Canvas.Left="8"
|
||||
Canvas.Top="24"
|
||||
Canvas.Top="38"
|
||||
Orientation="Vertical"
|
||||
Width="334">
|
||||
<StackPanel x:Name="StPaDrives"
|
||||
|
||||
Reference in New Issue
Block a user