]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix vote stacking (#14951)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 29 Mar 2023 09:18:56 +0000 (20:18 +1100)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 09:18:56 +0000 (20:18 +1100)
Content.Client/UserInterface/Screens/DefaultGameScreen.xaml
Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml

index 703bf60e95fd627b3158c828a3fddbcfc80be3ec..8b502515c93b96279e8ba5ee1334cf461ab7d48f 100644 (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" />
index de3804edd584d6066a12267155cfea98a9abf7cd..a486cf7e3ab5902657f3fc42ba9d79b3c49e13f2 100644 (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" />