mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
25 lines
854 B
XML
25 lines
854 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<Label Name="JobName"
|
|
Access="Public"
|
|
MinWidth="210" />
|
|
<Button Name="DecreaseJobSlot"
|
|
Access="Public"
|
|
ToolTip=""
|
|
Text="-"
|
|
StyleClasses="OptionLeft" />
|
|
<Label Name="JobAmount"
|
|
Margin="6 0 0 0"
|
|
Access="Public"
|
|
MinWidth="22"/>
|
|
<Button Name="IncreaseJobSlot"
|
|
Access="Public"
|
|
ToolTip=""
|
|
Text="+"
|
|
StyleClasses="OptionRight" />
|
|
</BoxContainer>
|
|
</PanelContainer>
|