fix(ui): increase label-to-field spacing in info tab

This commit is contained in:
Meik
2026-03-05 18:41:41 +01:00
parent 014ca47f46
commit c568a1d12a
2 changed files with 6 additions and 6 deletions

View File

@@ -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"