Make Lobby Background Not Stretch (#8166)
This commit is contained in:
@@ -11,9 +11,8 @@
|
|||||||
xmlns:lobbyUi="clr-namespace:Content.Client.Lobby.UI"
|
xmlns:lobbyUi="clr-namespace:Content.Client.Lobby.UI"
|
||||||
xmlns:info="clr-namespace:Content.Client.Info">
|
xmlns:info="clr-namespace:Content.Client.Info">
|
||||||
<Control>
|
<Control>
|
||||||
<!-- Parallax background -->
|
<!-- Background -->
|
||||||
<parallax:ParallaxControl />
|
<TextureRect Access="Public" Name = "Background" Stretch="KeepAspectCovered"/>
|
||||||
<TextureRect Access="Public" Name = "Background" Stretch="Scale"/>
|
|
||||||
<Control Margin="10 10 10 10" >
|
<Control Margin="10 10 10 10" >
|
||||||
<!-- Left Top Panel -->
|
<!-- Left Top Panel -->
|
||||||
<PanelContainer StyleClasses="AngleRect" HorizontalAlignment="Left" Name = "LeftSideTop" VerticalExpand="True" VerticalAlignment="Top" >
|
<PanelContainer StyleClasses="AngleRect" HorizontalAlignment="Left" Name = "LeftSideTop" VerticalExpand="True" VerticalAlignment="Top" >
|
||||||
|
|||||||
Reference in New Issue
Block a user