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" />