mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
13 lines
519 B
XML
13 lines
519 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="Robust.Client.UserInterface.DevWindowTabRenderer">
|
|
<TabContainer>
|
|
<ScrollContainer Name="TabProperties">
|
|
<GridContainer Name="PropertiesGrid" Columns="2" Margin="2" />
|
|
</ScrollContainer>
|
|
<ScrollContainer Name="TabLimits">
|
|
<GridContainer Name="LimitsGrid" Columns="2" Margin="2" />
|
|
</ScrollContainer>
|
|
</TabContainer>
|
|
</Control>
|