Fix formatting (4 spaces)

This commit is contained in:
pizzaboxer 2023-04-26 12:49:53 +01:00
parent 0efc43b445
commit cc337a3c7b
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -152,13 +152,13 @@
<ComboBox Margin="5,0,0,0" Padding="10,5,10,5" Width="200" ItemsSource="{Binding IGMenuVersions.Keys, Mode=OneTime}" Text="{Binding SelectedIGMenuVersion, Mode=TwoWay}" />
</ui:CardControl>
<ui:CardControl Grid.Row="5" Margin="0,8,0,0" Padding="16,13,16,12">
<ui:CardControl.Header>
<StackPanel>
<TextBlock FontSize="14" Text="Force enable Future Is Bright lighting in all games" />
<TextBlock Margin="0,2,0,0" FontSize="12" Text="Roblox's experimental lighting engine, normally only enabled by the game developer." Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
</StackPanel>
</ui:CardControl.Header>
<ui:ToggleSwitch IsChecked="{Binding ForceFutureEnabled, Mode=TwoWay}" />
<ui:CardControl.Header>
<StackPanel>
<TextBlock FontSize="14" Text="Force enable Future Is Bright lighting in all games" />
<TextBlock Margin="0,2,0,0" FontSize="12" Text="Roblox's experimental lighting engine, normally only enabled by the game developer." Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
</StackPanel>
</ui:CardControl.Header>
<ui:ToggleSwitch IsChecked="{Binding ForceFutureEnabled, Mode=TwoWay}" />
</ui:CardControl>
<ui:CardControl Grid.Row="6" Margin="0,8,0,0" Padding="16,13,16,12">
<ui:CardControl.Header>