mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix tab indentation
I HATE VISUAL STUDIO
This commit is contained in:
parent
dbabfb34b4
commit
dc997743c7
@ -9,7 +9,6 @@
|
|||||||
d:DesignHeight="700" d:DesignWidth="800"
|
d:DesignHeight="700" d:DesignWidth="800"
|
||||||
Title="AboutPage"
|
Title="AboutPage"
|
||||||
Scrollable="True">
|
Scrollable="True">
|
||||||
|
|
||||||
<StackPanel Margin="0,0,14,14">
|
<StackPanel Margin="0,0,14,14">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
d:DesignHeight="600" d:DesignWidth="800"
|
d:DesignHeight="600" d:DesignWidth="800"
|
||||||
Title="BehaviourPage"
|
Title="BehaviourPage"
|
||||||
Scrollable="True">
|
Scrollable="True">
|
||||||
|
|
||||||
<StackPanel Margin="0,0,14,14">
|
<StackPanel Margin="0,0,14,14">
|
||||||
<TextBlock Text="Configure what Bloxstrap should do when starting up." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
<TextBlock Text="Configure what Bloxstrap should do when starting up." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
d:DesignHeight="1000" d:DesignWidth="800"
|
d:DesignHeight="1000" d:DesignWidth="800"
|
||||||
Title="FastFlagsPage"
|
Title="FastFlagsPage"
|
||||||
Scrollable="True">
|
Scrollable="True">
|
||||||
|
|
||||||
<StackPanel Margin="0,0,14,14">
|
<StackPanel Margin="0,0,14,14">
|
||||||
<TextBlock Text="Control how specific Roblox engine parameters and features are configured." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
<TextBlock Text="Control how specific Roblox engine parameters and features are configured." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
d:DesignHeight="450" d:DesignWidth="800"
|
d:DesignHeight="450" d:DesignWidth="800"
|
||||||
Title="InstallationPage"
|
Title="InstallationPage"
|
||||||
Scrollable="True">
|
Scrollable="True">
|
||||||
|
|
||||||
<StackPanel Margin="0,0,14,14">
|
<StackPanel Margin="0,0,14,14">
|
||||||
<TextBlock Text="Configure how Bloxstrap and Roblox are installed." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
<TextBlock Text="Configure how Bloxstrap and Roblox are installed." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
d:DesignHeight="800" d:DesignWidth="800"
|
d:DesignHeight="800" d:DesignWidth="800"
|
||||||
Title="ModsPage"
|
Title="ModsPage"
|
||||||
Scrollable="True">
|
Scrollable="True">
|
||||||
|
|
||||||
<StackPanel Margin="0,0,14,14">
|
<StackPanel Margin="0,0,14,14">
|
||||||
<TextBlock Text="Manage and apply file mods to the Roblox game client." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
<TextBlock Text="Manage and apply file mods to the Roblox game client." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user