Skip to content

Commit

Permalink
Add scroll bars to docking port list
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia committed Jul 18, 2023
1 parent 1379e07 commit b8dc746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@
<controls:StripeBack>
<Label Name="DockingPortsLabel" Text="{Loc 'shuttle-console-dock-label'}" HorizontalAlignment="Center"/>
</controls:StripeBack>
<ScrollContainer
HScrollEnabled="False"
HorizontalExpand="True"
MinSize="100 400"
SizeFlagsStretchRatio="2"
VerticalExpand="True">
<BoxContainer Name="DockPorts"
Orientation="Vertical"/>
</ScrollContainer>
</BoxContainer>
<BoxContainer Orientation="Vertical">
<controls:StripeBack>
Expand Down

0 comments on commit b8dc746

Please sign in to comment.