NetworkConfiguratorDeviceList.xaml 416 B

123456789
  1. <ScrollContainer xmlns="https://spacestation14.io"
  2. HorizontalExpand="True"
  3. VerticalExpand="True">
  4. <Control VerticalExpand="True">
  5. <PanelContainer StyleClasses="PanelBackgroundBaseDark"></PanelContainer>
  6. <BoxContainer Orientation="Vertical" Name="DeviceList" VerticalExpand="True" SeparationOverride="4">
  7. </BoxContainer>
  8. </Control>
  9. </ScrollContainer>