Skip to content

Commit 3f8e261

Browse files
committed
Update AboutWindow.xaml
1 parent 361b4c5 commit 3f8e261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xaml/Views/AboutWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
IsOpen="false">
77

88
<Border Background="{DynamicResource PrimaryBackgroundColor}"
9-
BorderBrush="{DynamicResource BorderBrush}"
9+
BorderBrush="{DynamicResource BorderBrushColor}"
1010
BorderThickness="2"
1111
Width="533" Height="400"
1212
Padding="8"
@@ -21,7 +21,7 @@
2121

2222
<!-- Left Panel -->
2323
<Grid Grid.Column="0">
24-
<StackPanel Orientation="Vertical" Margin="0,12,0,0">
24+
<StackPanel Orientation="Vertical" Margin="0,25,0,0">
2525
<TextBlock Text="itt"
2626
FontSize="80" FontFamily="Arial" FontWeight="Bold"
2727
HorizontalAlignment="Center" Foreground="{DynamicResource logo}"/>
@@ -38,7 +38,7 @@
3838
FontSize="13" FontFamily="Arial"
3939
Foreground="{DynamicResource PrimaryTextColor}" HorizontalAlignment="Center" Margin="0,15,0,0"/>
4040

41-
<ScrollViewer VerticalScrollBarVisibility="Auto" Margin="0,15,0,0" Height="80">
41+
<ScrollViewer VerticalScrollBarVisibility="Auto" Margin="0,15,0,0" Height="170">
4242
<StackPanel Orientation="Vertical" Margin="15,0,0,0">
4343
<!-- names -->
4444
</StackPanel>

0 commit comments

Comments
 (0)