]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove need to toggle vending machine button (#21543)
authorthemias <89101928+themias@users.noreply.github.com>
Thu, 9 Nov 2023 01:42:07 +0000 (20:42 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 01:42:07 +0000 (18:42 -0700)
Content.Client/VendingMachines/UI/VendingMachineMenu.xaml

index abc7252e40946fa40d10fb56aa101d182f570917..a990c4eff6437e16f87f1afc4f064391a1eab87c 100644 (file)
@@ -1,9 +1,10 @@
-<DefaultWindow xmlns="https://spacestation14.io">
+<DefaultWindow xmlns="https://spacestation14.io">
     <BoxContainer Orientation="Vertical">
         <LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True"  Margin ="0 4" Access="Public"/>
         <ItemList Name="VendingContents"
                   SizeFlagsStretchRatio="8"
-                  VerticalExpand="True">
+                  VerticalExpand="True"
+                  SelectMode="Button">
         </ItemList>
     </BoxContainer>
 </DefaultWindow>