Skip to content

Commit

Permalink
Use RichTextLabel, only because it's prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Feb 3, 2025
1 parent 5aa7f4d commit a07b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Chemistry/UI/ChemMasterWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<Button Name="SetAmountButton" Text="{Loc 'chem-master-window-set-amount-label'}" HorizontalExpand="True" StyleClasses="OpenRight"/>
<Button Name="SaveAsFrequentButton" Text="{Loc 'chem-master-window-save-as-frequent-label'}" HorizontalExpand="True" StyleClasses="OpenLeft"/>
</BoxContainer>
<Label Text="Both of the above buttons use the textbox" />
<RichTextLabel Text="Both of the above buttons use the textbox" />
<Control MinSize="0 5" />
<GridContainer
Name="AmountButtons"
Expand Down

0 comments on commit a07b4dc

Please sign in to comment.