mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 10:07:15 +02:00
14 lines
675 B
XML
14 lines
675 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics">
|
|
<VBoxContainer>
|
|
<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'}" />
|
|
</VBoxContainer>
|
|
</Control>
|