Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix broken spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed May 29, 2022
1 parent 442986f commit 320890b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ VictorPL - Original Script</TextBox>
<StackPanel Grid.Row="1" Orientation="Vertical" Margin="10,0">
<Grid ToolTip="Launches game using selected Frosty Installation&#x0a;Make sure proper game is selected within Frosty">
<CheckBox x:Name="LaunchGameOption" IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=LaunchGame, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Content="Launch Game w/ Frosty" HorizontalAlignment="Left" Foreground="#FFF1F1F1" VerticalAlignment="Top" />
<Canvas Width="20" Height="20" Margin="160,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
<Canvas Width="20" Height="20" Margin="150,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
<Canvas.RenderTransform>
<ScaleTransform ScaleX="0.7" ScaleY="0.7"/>
</Canvas.RenderTransform>
Expand Down Expand Up @@ -122,7 +122,7 @@ VictorPL - Original Script</TextBox>
<StackPanel Grid.Row="5" Orientation="Vertical" Margin="10,0">
<Grid ToolTip="Checks Game's info in the background">
<CheckBox x:Name="BackgroundOption" IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=BackgroundThread, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Content="Background Thread" HorizontalAlignment="Left" Foreground="#FFF1F1F1" VerticalAlignment="Top" />
<Canvas Width="20" Height="20" Margin="139,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
<Canvas Width="20" Height="20" Margin="129,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
<Canvas.RenderTransform>
<ScaleTransform ScaleX="0.7" ScaleY="0.7"/>
</Canvas.RenderTransform>
Expand Down

0 comments on commit 320890b

Please sign in to comment.