Update AppearancePage.xaml

This commit is contained in:
idkthegithub 2023-05-15 11:58:21 +02:00
parent 82ff710eb3
commit 292925e1c8

View File

@ -1,10 +1,11 @@
<ui:UiPage x:Class="Bloxstrap.Views.Pages.AppearancePage"
<ui:UiPage
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Bloxstrap.Views.Pages"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
xmlns:ViewModels="clr-namespace:Bloxstrap.ViewModels" x:Class="Bloxstrap.Views.Pages.AppearancePage"
mc:Ignorable="d"
d:DesignHeight="520" d:DesignWidth="800"
Title="AppearancePage"
@ -50,6 +51,15 @@
<ComboBox Grid.Column="1" Margin="5,0,0,0" Padding="10,5,10,5" ItemsSource="{Binding Icons.Keys, Mode=OneTime}" Text="{Binding Icon, Mode=TwoWay}" />
</Grid>
</ui:CardControl>
<ui:CardControl Padding="16,13,16,12" Margin="0,8,0,0">
<ui:CardControl.Header>
<StackPanel>
<TextBlock FontSize="14" Text="Remove Roblox text" />
<TextBlock Margin="0,2,0,0" FontSize="12" Foreground="{DynamicResource TextFillColorTertiaryBrush}"><Run Text="Toggle this option on if you want the bootstrapper title to appear as the Starting Roblox text."/></TextBlock>
</StackPanel>
</ui:CardControl.Header>
<ui:ToggleSwitch IsChecked="{Binding RemoveRobloxText, Mode=TwoWay}" />
</ui:CardControl>
<ui:CardExpander Margin="0,8,0,0" Padding="16,13,16,12" IsExpanded="False">
<ui:CardExpander.Header>
<Grid>