Skip to content

Commit

Permalink
minwidth text
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent 09b4b6e commit 2da8451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/Lobby/UI/LobbyGui.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#76428ADD" />
</PanelContainer.PanelOverride>
<Label Name="GameName" Margin="4 4 4 4" StyleClasses="LabelHeadingXL" VAlign="Center"
Text="EKRIXI" FontColorOverride="{x:Static maths:Color.White}">
<Label Name="GameName" Margin="4 4 4 4" StyleClasses="LabelHeadingXL" VAlign="Center" Align="Center"
Text="EKRIXI" FontColorOverride="{x:Static maths:Color.White}" MinWidth="400">
<!-- sorry not localized -->
</Label>
</PanelContainer>
Expand Down

0 comments on commit 2da8451

Please sign in to comment.