Add localized info hint in configuration dialog header

This commit is contained in:
Meik
2026-03-05 14:07:18 +01:00
parent 964ed2f018
commit 9020cdb3b1
4 changed files with 29 additions and 0 deletions

View File

@@ -183,6 +183,28 @@
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"