Skip to content

Commit

Permalink
немного передвинул комментарий, вернул минимальную высоту в
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymur Valiiev committed Sep 11, 2024
1 parent f36a42a commit 981f965
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,18 @@
<SplitContainer Orientation="Vertical"
HorizontalExpand="True"
VerticalExpand="True">

<ScrollContainer HScrollEnabled="False"
HorizontalExpand="True"
VerticalExpand="True"
MinHeight="35"
MinHeight="50"
SizeFlagsStretchRatio="2.5">
<!-- ADT-Tweak: make it 4 columns so it looks and feels like -->

<GridContainer Name="ReagentList"
HorizontalExpand="True"
VerticalExpand="True"
Access="Public"
Columns="4" />
Columns="4" /> <!-- ADT-Tweak: make it 4 columns so it looks and feels like old reagent dispenser -->
</ScrollContainer>
<ScrollContainer HScrollEnabled="False"
HorizontalExpand="True"
Expand Down

0 comments on commit 981f965

Please sign in to comment.