|
83 | 83 | Grid.Row="1" |
84 | 84 | Grid.Column="1" |
85 | 85 | Width="200" |
86 | | - IsEditable="True" |
87 | 86 | Margin="{StaticResource Margin8}" |
| 87 | + IsEditable="True" |
88 | 88 | Style="{StaticResource DefComboBox}" /> |
89 | 89 |
|
90 | 90 | <TextBlock |
|
99 | 99 | Grid.Row="2" |
100 | 100 | Grid.Column="1" |
101 | 101 | Width="200" |
102 | | - IsEditable="True" |
103 | 102 | Margin="{StaticResource Margin8}" |
| 103 | + IsEditable="True" |
104 | 104 | Style="{StaticResource DefComboBox}" /> |
105 | 105 |
|
106 | 106 | <TextBlock |
|
115 | 115 | Grid.Row="3" |
116 | 116 | Grid.Column="1" |
117 | 117 | Width="200" |
118 | | - IsEditable="True" |
119 | 118 | Margin="{StaticResource Margin8}" |
| 119 | + IsEditable="True" |
120 | 120 | Style="{StaticResource DefComboBox}" /> |
121 | 121 | <TextBlock |
122 | 122 | Grid.Row="3" |
|
138 | 138 | Grid.Row="4" |
139 | 139 | Grid.Column="1" |
140 | 140 | Width="200" |
141 | | - IsEditable="True" |
142 | 141 | Margin="{StaticResource Margin8}" |
| 142 | + IsEditable="True" |
143 | 143 | Style="{StaticResource DefComboBox}" /> |
144 | 144 | <TextBlock |
145 | 145 | Grid.Row="4" |
|
304 | 304 | Style="{StaticResource ToolbarTextBlock}" |
305 | 305 | Text="{x:Static resx:ResUI.TbPreventDNSLeaks}" /> |
306 | 306 |
|
307 | | - |
308 | 307 | <TextBlock |
309 | 308 | Grid.Row="4" |
310 | 309 | Grid.Column="0" |
|
317 | 316 | Grid.Row="4" |
318 | 317 | Grid.Column="1" |
319 | 318 | Width="200" |
320 | | - IsEditable="True" |
321 | 319 | Margin="{StaticResource Margin8}" |
| 320 | + IsEditable="True" |
322 | 321 | Style="{StaticResource DefComboBox}" /> |
323 | 322 | <TextBlock |
324 | 323 | Grid.Row="4" |
|
360 | 359 | <RowDefinition Height="Auto" /> |
361 | 360 | <RowDefinition Height="Auto" /> |
362 | 361 | </Grid.RowDefinitions> |
363 | | - |
| 362 | + |
364 | 363 | <StackPanel Grid.Row="0" Orientation="Horizontal"> |
365 | 364 | <TextBlock |
366 | | - Margin="{StaticResource Margin8}" |
367 | | - VerticalAlignment="Center" |
368 | | - Style="{StaticResource ToolbarTextBlock}" |
369 | | - Text="{x:Static resx:ResUI.TbCustomDNSEnable}" /> |
| 365 | + Margin="{StaticResource Margin8}" |
| 366 | + VerticalAlignment="Center" |
| 367 | + Style="{StaticResource ToolbarTextBlock}" |
| 368 | + Text="{x:Static resx:ResUI.TbCustomDNSEnable}" /> |
370 | 369 | <ToggleButton |
371 | | - x:Name="togRayCustomDNSEnableCompatible" |
372 | | - Margin="{StaticResource Margin8}" |
373 | | - HorizontalAlignment="Left" /> |
| 370 | + x:Name="togRayCustomDNSEnableCompatible" |
| 371 | + Margin="{StaticResource Margin8}" |
| 372 | + HorizontalAlignment="Left" /> |
374 | 373 | </StackPanel> |
375 | | - |
| 374 | + |
376 | 375 | <StackPanel Grid.Row="1" Orientation="Horizontal"> |
377 | 376 | <TextBlock |
378 | 377 | Margin="{StaticResource Margin8}" |
|
458 | 457 | <RowDefinition Height="Auto" /> |
459 | 458 | <RowDefinition Height="Auto" /> |
460 | 459 | </Grid.RowDefinitions> |
461 | | - |
| 460 | + |
462 | 461 | <StackPanel Grid.Row="0" Orientation="Horizontal"> |
463 | 462 | <TextBlock |
464 | | - Margin="{StaticResource Margin8}" |
465 | | - VerticalAlignment="Center" |
466 | | - Style="{StaticResource ToolbarTextBlock}" |
467 | | - Text="{x:Static resx:ResUI.TbCustomDNSEnable}" /> |
| 463 | + Margin="{StaticResource Margin8}" |
| 464 | + VerticalAlignment="Center" |
| 465 | + Style="{StaticResource ToolbarTextBlock}" |
| 466 | + Text="{x:Static resx:ResUI.TbCustomDNSEnable}" /> |
468 | 467 | <ToggleButton |
469 | | - x:Name="togSBCustomDNSEnableCompatible" |
470 | | - Margin="{StaticResource Margin8}" |
471 | | - HorizontalAlignment="Left" /> |
| 468 | + x:Name="togSBCustomDNSEnableCompatible" |
| 469 | + Margin="{StaticResource Margin8}" |
| 470 | + HorizontalAlignment="Left" /> |
472 | 471 | </StackPanel> |
473 | | - |
| 472 | + |
474 | 473 | <StackPanel Grid.Row="1" Orientation="Horizontal"> |
475 | 474 | <TextBlock |
476 | 475 | Margin="{StaticResource Margin8}" |
|
0 commit comments