Skip to content

Commit

Permalink
hide backgorund
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent d953add commit 6c002de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Client/Lobby/UI/CharacterSetupGui.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:style="clr-namespace:Content.Client.Stylesheets"
VerticalExpand="True">
<Control>
<PanelContainer Name="BackgroundPanel" />
<!-- <PanelContainer Name="BackgroundPanel" /> -->
<BoxContainer Orientation="Vertical" SeparationOverride="0">
<BoxContainer Orientation="Horizontal" MinSize="0 40">
<Label Text="{Loc 'character-setup-gui-character-setup-label'}"
Expand Down
2 changes: 1 addition & 1 deletion Content.Client/Lobby/UI/CharacterSetupGui.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public CharacterSetupGui(
};
back.SetPatchMargin(StyleBox.Margin.All, 10);

BackgroundPanel.PanelOverride = back;
// BackgroundPanel.PanelOverride = back;

_createNewCharacterButton = new Button
{
Expand Down

0 comments on commit 6c002de

Please sign in to comment.