mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove unnecessary margin from TabItem in ImageInfo.xaml for improved layout consistency
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
<controls:SpectreTextBlock Grid.Row="4"
|
<controls:SpectreTextBlock Grid.Row="4"
|
||||||
Text="{Binding ImageIdentifiedText, Mode=OneWay}" />
|
Text="{Binding ImageIdentifiedText, Mode=OneWay}" />
|
||||||
<TabControl Grid.Row="5">
|
<TabControl Grid.Row="5">
|
||||||
<TabItem Margin="8">
|
<TabItem>
|
||||||
<TabItem.Header>
|
<TabItem.Header>
|
||||||
<TextBlock Text="{x:Static localization:UI.Title_General}" />
|
<TextBlock Text="{x:Static localization:UI.Title_General}" />
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
|
|||||||
Reference in New Issue
Block a user