Skip to content

Commit

Permalink
Moved more textblocks to use themes
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Sep 19, 2024
1 parent b5e931e commit a6570a4
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@
<Border Grid.Row="0" x:Name="TitleContainerBorder">
<StackPanel x:Name="HeadingAndSubHeadingStackPanel" Orientation="Vertical">
<!-- Mod Name -->
<TextBlock Classes="HeadingSMSemi" x:Name="ModNameTextBlock" Text="TEMP MOD NAME" />
<TextBlock Theme="{StaticResource HeadingSMSemiTheme}"
x:Name="ModNameTextBlock" Text="TEMP MOD NAME" />

<!-- Installer Name -->
<TextBlock Classes="HeadingMDSemi" x:Name="InstallerNameTextBlock"
<TextBlock Theme="{StaticResource HeadingMDSemiTheme}"
x:Name="InstallerNameTextBlock"
Text="{x:Static resources:Language.InstallerNameText}"
IsVisible="False"/>

<!-- 'Please Select Files' -->
<TextBlock Classes="BodyLGNormal" x:Name="SubHeadingTextBlock"
<TextBlock Theme="{StaticResource BodyLGNormalTheme}"
x:Name="SubHeadingTextBlock"
Text="{x:Static resources:Language.SubHeadingText_Please_select_files}" />
</StackPanel>
</Border>
Expand Down

0 comments on commit a6570a4

Please sign in to comment.