mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add spacing to StackPanel in MediaScan.xaml for improved layout
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
<TextBlock Text="{x:Static localization:UI.Title_Log}" />
|
||||
</TabItem.Header>
|
||||
<StackPanel Orientation="Vertical"
|
||||
Margin="8">
|
||||
Margin="8"
|
||||
Spacing="8">
|
||||
<controls:SpectreTextBlock Text="{Binding A, Mode=OneWay}" />
|
||||
<controls:SpectreTextBlock Text="{Binding B, Mode=OneWay}" />
|
||||
<controls:SpectreTextBlock Text="{Binding C, Mode=OneWay}" />
|
||||
|
||||
Reference in New Issue
Block a user