Skip to content

Commit

Permalink
Add margin to language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 27, 2024
1 parent 3e81d47 commit c82ab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Launcher/Views/LanguageSelector.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Command="{Binding OnHelpTranslateButtonPressed}" />
</Grid>
<!-- Main contents -->
<ScrollViewer>
<ScrollViewer Margin="2">
<StackPanel>
<ItemsControl ItemsSource="{Binding Languages}">
<ItemsControl.ItemTemplate>
Expand Down

0 comments on commit c82ab74

Please sign in to comment.