Skip to content

Commit

Permalink
Update MainControl.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Feb 10, 2024
1 parent 30f9655 commit fe9bde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColorMC.Gui/UI/Controls/Main/MainControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@
DockPanel.Dock="Top"
IPPort="{Binding Server}"
IsVisible="{Binding MotdDisplay, FallbackValue=true}" />
<Decorator Name="Content1" />
</DockPanel>
<Decorator Name="Start" IsVisible="False" />
<Decorator Name="Content1" />
<Panel
Name="Grid2"
Background="{setting:Colors BG1}"
Expand Down

0 comments on commit fe9bde6

Please sign in to comment.