mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
14 lines
696 B
XML
14 lines
696 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics">
|
|
<BoxContainer Orientation="Vertical">
|
|
<OutputPanel Name="Output" VerticalExpand="True">
|
|
<OutputPanel.StyleBoxOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#25252add"
|
|
ContentMarginLeftOverride="3" ContentMarginRightOverride="3"
|
|
ContentMarginBottomOverride="3" ContentMarginTopOverride="3" />
|
|
</OutputPanel.StyleBoxOverride>
|
|
</OutputPanel>
|
|
<HistoryLineEdit Name="CommandBar" PlaceHolder="{Loc 'console-line-edit-placeholder'}" />
|
|
</BoxContainer>
|
|
</Control>
|