|
2343 | 2343 | </Border>
|
2344 | 2344 |
|
2345 | 2345 |
|
2346 |
| - <Border Margin="0,4,0,0" Style="{DynamicResource SettingGroupBox}"> |
| 2346 | + <Border |
| 2347 | + Height="62" |
| 2348 | + Margin="0,4,0,0" |
| 2349 | + Style="{DynamicResource SettingGroupBox}"> |
2347 | 2350 | <ItemsControl Style="{StaticResource SettingGrid}">
|
2348 | 2351 | <StackPanel Style="{StaticResource TextPanel}">
|
2349 | 2352 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource website}" />
|
2350 | 2353 | </StackPanel>
|
2351 | 2354 | <StackPanel
|
2352 | 2355 | Grid.Column="2"
|
2353 | 2356 | Margin="0,0,18,0"
|
| 2357 | + VerticalAlignment="Center" |
2354 | 2358 | Orientation="Horizontal">
|
2355 | 2359 | <TextBlock Margin="0,0,12,0">
|
2356 | 2360 | <Hyperlink NavigateUri="{Binding Website, Mode=OneWay}" RequestNavigate="OnRequestNavigate">
|
|
2369 | 2373 | </ItemsControl>
|
2370 | 2374 | </Border>
|
2371 | 2375 |
|
2372 |
| - <Border Style="{DynamicResource SettingGroupBox}"> |
| 2376 | + <Border Height="62" Style="{DynamicResource SettingGroupBox}"> |
2373 | 2377 | <ItemsControl Style="{StaticResource SettingGrid}">
|
2374 | 2378 | <StackPanel Style="{StaticResource TextPanel}">
|
2375 | 2379 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource releaseNotes}" />
|
2376 | 2380 | </StackPanel>
|
2377 |
| - <TextBlock Style="{StaticResource SideTextAbout}"> |
| 2381 | + <TextBlock VerticalAlignment="Center" Style="{StaticResource SideTextAbout}"> |
2378 | 2382 | <Hyperlink NavigateUri="{Binding ReleaseNotes, Mode=OneWay}" RequestNavigate="OnRequestNavigate">
|
2379 | 2383 | <Run Text="{DynamicResource releaseNotes}" />
|
2380 | 2384 | </Hyperlink>
|
|
2385 | 2389 | </ItemsControl>
|
2386 | 2390 | </Border>
|
2387 | 2391 |
|
2388 |
| - <Border Style="{DynamicResource SettingGroupBox}"> |
| 2392 | + <Border Height="62" Style="{DynamicResource SettingGroupBox}"> |
2389 | 2393 | <ItemsControl Style="{StaticResource SettingGrid}">
|
2390 | 2394 | <StackPanel Style="{StaticResource TextPanel}">
|
2391 | 2395 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource documentation}" />
|
2392 | 2396 | </StackPanel>
|
2393 | 2397 | <StackPanel
|
2394 | 2398 | Grid.Column="2"
|
2395 | 2399 | Margin="0,0,18,0"
|
| 2400 | + VerticalAlignment="Center" |
2396 | 2401 | Orientation="Horizontal">
|
2397 | 2402 | <TextBlock Margin="0,0,12,0">
|
2398 | 2403 | <Hyperlink NavigateUri="{Binding Documentation, Mode=OneWay}" RequestNavigate="OnRequestNavigate">
|
|
0 commit comments