Fix vote stacking (#14951)

This commit is contained in:
metalgearsloth
2023-03-29 20:18:56 +11:00
committed by GitHub
parent a3405769a0
commit 030ecc6964
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<!-- Buffer so big votes don't skew it -->
<Control/>
</BoxContainer>
<Control Name="VoteMenu" Access="Public" Margin="0 10 0 10"/>
<BoxContainer Name="VoteMenu" Access="Public" Margin="0 10 0 10" Orientation="Vertical"/>
</BoxContainer>
<widgets:GhostGui Name="Ghost" Access="Protected" />
<hotbar:HotbarGui Name="Hotbar" Access="Protected" />

View File

@@ -16,7 +16,7 @@
<controls:RecordedSplitContainer Name="ScreenContainer" HorizontalExpand="True" VerticalExpand="True" SplitWidth="0" StretchDirection="TopLeft">
<LayoutContainer Name="ViewportContainer" HorizontalExpand="True" VerticalExpand="True">
<controls:MainViewport Name="MainViewport"/>
<Control Name="VoteMenu" Access="Public"/>
<BoxContainer Name="VoteMenu" Access="Public" Orientation="Vertical"/>
<widgets:GhostGui Name="Ghost" Access="Protected" />
<hotbar:HotbarGui Name="Hotbar" Access="Protected" />
<actions:ActionsBar Name="Actions" Access="Protected" />