|
10 | 10 | mc:Ignorable="d" d:DataContext="{d:DesignInstance viewModels:DashboardSettingsViewModel}"> |
11 | 11 | <StackPanel> |
12 | 12 | <TextBlock Text="{x:Static localization:Strings.Dashboard}" Style="{StaticResource HeaderTextBlock}" /> |
13 | | - <TextBlock Text="{x:Static localization:Strings.PublicICMPTestIPAddress}" Style="{DynamicResource DefaultTextBlock}" Margin="0,0,0,10" /> |
| 13 | + <StackPanel Orientation="Horizontal" Margin="0,0,0,10"> |
| 14 | + <TextBlock Text="{x:Static localization:Strings.PublicICMPTestIPAddress}" Style="{DynamicResource DefaultTextBlock}" /> |
| 15 | + <Rectangle Width="24" Height="24" ToolTip="{x:Static localization:Strings.HelpMessage_PublicICMPTestIPAddress}" Style="{StaticResource HelpImageRectangle}" Margin="10,0,0,0"> |
| 16 | + <Rectangle.Resources> |
| 17 | + <Style TargetType="{x:Type ToolTip}" BasedOn="{StaticResource HelpToolTip}" /> |
| 18 | + </Rectangle.Resources> |
| 19 | + </Rectangle> |
| 20 | + </StackPanel> |
14 | 21 | <TextBox Width="250" HorizontalAlignment="Left" Margin="0,0,0,10" mahAppsControls:TextBoxHelper.Watermark="{x:Static localization:StaticStrings.ExamplePort53}" Style="{StaticResource DefaultTextBox}"> |
15 | 22 | <TextBox.Text> |
16 | 23 | <Binding Path="PublicICMPTestIPAddress" Mode="TwoWay" UpdateSourceTrigger="PropertyChanged"> |
|
21 | 28 | </Binding> |
22 | 29 | </TextBox.Text> |
23 | 30 | </TextBox> |
24 | | - <TextBlock Text="{x:Static localization:Strings.PublicDNSTestDomain}" Style="{DynamicResource DefaultTextBlock}" Margin="0,0,0,10" /> |
| 31 | + <StackPanel Orientation="Horizontal" Margin="0,0,0,10"> |
| 32 | + <TextBlock Text="{x:Static localization:Strings.PublicDNSTestDomain}" Style="{DynamicResource DefaultTextBlock}" /> |
| 33 | + <Rectangle Width="24" Height="24" ToolTip="{x:Static localization:Strings.HelpMessage_PublicDNSTestDomain}" Style="{StaticResource HelpImageRectangle}" Margin="10,0,0,0"> |
| 34 | + <Rectangle.Resources> |
| 35 | + <Style TargetType="{x:Type ToolTip}" BasedOn="{StaticResource HelpToolTip}" /> |
| 36 | + </Rectangle.Resources> |
| 37 | + </Rectangle> |
| 38 | + </StackPanel> |
25 | 39 | <TextBox Width="250" HorizontalAlignment="Left" Margin="0,0,0,10" mahAppsControls:TextBoxHelper.Watermark="{x:Static localization:StaticStrings.ExamplePort53}" Style="{StaticResource DefaultTextBox}"> |
26 | 40 | <TextBox.Text> |
27 | 41 | <Binding Path="PublicDNSTestDomain" Mode="TwoWay" UpdateSourceTrigger="PropertyChanged"> |
|
32 | 46 | </Binding> |
33 | 47 | </TextBox.Text> |
34 | 48 | </TextBox> |
35 | | - <TextBlock Text="{x:Static localization:Strings.PublicDNSTestIPAddress}" Style="{DynamicResource DefaultTextBlock}" Margin="0,0,0,10" /> |
| 49 | + <StackPanel Orientation="Horizontal" Margin="0,0,0,10"> |
| 50 | + <TextBlock Text="{x:Static localization:Strings.PublicDNSTestIPAddress}" Style="{DynamicResource DefaultTextBlock}" /> |
| 51 | + <Rectangle Width="24" Height="24" ToolTip="{x:Static localization:Strings.HelpMessage_PublicDNSTestIPAddress}" Style="{StaticResource HelpImageRectangle}" Margin="10,0,0,0"> |
| 52 | + <Rectangle.Resources> |
| 53 | + <Style TargetType="{x:Type ToolTip}" BasedOn="{StaticResource HelpToolTip}" /> |
| 54 | + </Rectangle.Resources> |
| 55 | + </Rectangle> |
| 56 | + </StackPanel> |
36 | 57 | <TextBox Width="250" HorizontalAlignment="Left" Margin="0,0,0,10" mahAppsControls:TextBoxHelper.Watermark="{x:Static localization:StaticStrings.ExamplePort53}" Style="{StaticResource DefaultTextBox}"> |
37 | 58 | <TextBox.Text> |
38 | 59 | <Binding Path="PublicDNSTestIPAddress" Mode="TwoWay" UpdateSourceTrigger="PropertyChanged"> |
|
0 commit comments