* Add Console, PDA news tab, and ringstone popup * Add English localization * Add mass-media console board to Advanced Entertainment resrarch * Fix misprint * Deleting unused libraries * Fix round restart problem * Fixing restart problem * Just another fix * Сode optimization * Code optimization * Convert News read tab to cartridge Convert the News read tab into a cartridge, and fix a couple of bugs * Just another fix * Some updates * More fixing!! Fix cooldown, add author label to read menu * Again, fix cooldown bug * Some minor changes * Revert "Some minor changes" This reverts commit 470c8d727629ac79994f70e56162adae8659e944. * Some minor updates * News write Ui update * Just another fix * See commit below comments * More code readability, more!
27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" Margin="0 0 0 12">
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" VerticalExpand="True">
|
|
<PanelContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#4c6530"/>
|
|
</PanelContainer.PanelOverride>
|
|
<Label Name="Name" Margin="6 6 6 6" HorizontalAlignment="Center"/>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
|
<PanelContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#33333f"/>
|
|
</PanelContainer.PanelOverride>
|
|
<RichTextLabel Name="Author" HorizontalExpand="True" VerticalAlignment="Bottom" Margin="6 6 6 6"/>
|
|
<Button Name="Delete"
|
|
Text="{Loc 'news-write-ui-delete-text'}"
|
|
HorizontalAlignment="Right"
|
|
Margin="8 6 6 6"
|
|
Access="Public"/>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</Control>
|