Remove config dialog header info box

This commit is contained in:
Meik
2026-03-05 14:50:48 +01:00
parent 21d581bca3
commit 091e4996d4
2 changed files with 1 additions and 23 deletions

View File

@@ -182,28 +182,6 @@
Foreground="{DynamicResource navForeground}"
Opacity="0.72"
Margin="0,4,0,0" />
<Border Margin="0,10,0,0"
Padding="10,6"
Background="{DynamicResource inputBackgroundColor}"
BorderBrush="{DynamicResource inputBorderColor}"
BorderThickness="1"
CornerRadius="8">
<StackPanel Orientation="Horizontal"
VerticalAlignment="Center">
<Image Source="{DynamicResource appbar_information}"
Width="14"
Height="14"
Margin="0,0,8,0"
Tag="MAINICO"
VerticalAlignment="Center" />
<TextBlock Text="{x:Static resx:Resources.configInfoHint}"
Foreground="{DynamicResource navForeground}"
FontSize="12"
Opacity="0.8"
TextWrapping="Wrap"
VerticalAlignment="Center" />
</StackPanel>
</Border>
</StackPanel>
<Image Grid.Column="1"
Width="150"