Browse Source

Fix scrollbar in hello there window

Equbuxu 3 years ago
parent
commit
2cf27bd303
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/Views/Dialogs/HelloTherePopup.xaml

+ 1 - 1
PixiEditor/Views/Dialogs/HelloTherePopup.xaml

@@ -72,7 +72,7 @@
                     Command="{x:Static SystemCommands.CloseWindowCommand}" />
         </DockPanel>
 
-        <ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Auto">
+        <ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Auto" Margin="3,0">
             <Grid Grid.Row="1" Margin="0,30,0,0">
                 <Grid.RowDefinitions>
                     <RowDefinition Height="90"/>