* adds a link limit to device list * locale strings * uhhh what's efcore doing there * adds a UI for device list on the device * merge conflict fixing
10 lines
416 B
XML
10 lines
416 B
XML
<ScrollContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True">
|
|
<Control VerticalExpand="True">
|
|
<PanelContainer StyleClasses="PanelBackgroundBaseDark"></PanelContainer>
|
|
<BoxContainer Orientation="Vertical" Name="DeviceList" VerticalExpand="True" SeparationOverride="4">
|
|
</BoxContainer>
|
|
</Control>
|
|
</ScrollContainer>
|