]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Reduce vertical margin on vending machine UI (#32074)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Wed, 11 Sep 2024 14:45:52 +0000 (07:45 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 14:45:52 +0000 (16:45 +0200)
Smaller vending machine UI

Content.Client/VendingMachines/UI/VendingMachineItem.xaml
Content.Client/VendingMachines/UI/VendingMachineMenu.xaml

index a665b72c73bf535377e13f6946ba0b67e535626c..a61edfb79b9654a697a0aa44641759941411944b 100644 (file)
@@ -4,7 +4,7 @@
             SeparationOverride="4">
     <EntityPrototypeView
             Name="ItemPrototype"
-            Margin="4 4"
+            Margin="4 0 0 0"
             HorizontalAlignment="Center"
             VerticalAlignment="Center"
             MinSize="32 32"
index f43f4bdc3629b734d8e16e898929b98bb06d2c00..913b07a8f65670069c7e5ff41348da0e295166f7 100644 (file)
@@ -5,7 +5,7 @@
     xmlns:co="clr-namespace:Content.Client.UserInterface.Controls">
     <BoxContainer Name="MainContainer" Orientation="Vertical">
         <LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True"  Margin ="4 4"/>
-        <co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 0"/>
+        <co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 4"/>
          <!-- Footer -->
         <BoxContainer Orientation="Vertical">
             <PanelContainer StyleClasses="LowDivider" />