Skip to content

Commit

Permalink
wordwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyedra committed Jul 5, 2024
1 parent 6ad02f1 commit 0c7cf61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
Title="Whitelist Required"
MinSize="400 170"
SetSize="400 170">
SetSize="400 230">
<ScrollContainer HScrollEnabled="False" Margin="4" VerticalExpand="True" ReturnMeasure="True">
<BoxContainer Orientation="Vertical">
<Label Margin="8 0 0 0" Text="Whitelist Required Text Goes here" Name="DenialReason" />
<RichTextLabel Margin="8 0 0 0" Name="DenialReason" />
<Button Margin="8 10 0 0" Name="WhitelistApplyButton" Text="Apply for whitelist" />
<PanelContainer Margin="8 10 0 0" StyleClasses="LowDivider" />
<Button Margin="8 20 0 0" Name="FurryServersButton" Text="Or check out other Furry SS14 Servers" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected override void Opened()

public void SetDenialMessage(string denial)
{
DenialReason.Text = denial;
DenialReason.SetMessage(denial);
}
}
}

0 comments on commit 0c7cf61

Please sign in to comment.