Add localized info hint in configuration dialog header
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user