mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-05-02 21:17:30 +03:00
* - add: species selection menu * - fix: Кролькины фиксы ч.1 * - fix: кролькины фиксы ч.2
19 lines
879 B
XML
19 lines
879 B
XML
<controls:SpeciesGroupContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client._White.UserInterface.Controls"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
|
<BoxContainer HorizontalExpand="True" Orientation="Vertical" SeparationOverride="5" Margin="0,0,0,15">
|
|
<Label HorizontalAlignment="Center" Name="GroupLabel"/>
|
|
<PanelContainer HorizontalExpand="True" SetHeight="5">
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="#aaaaaa" />
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
<BoxContainer
|
|
SeparationOverride="5"
|
|
HorizontalAlignment="Stretch"
|
|
Orientation="Vertical"
|
|
Name="SpeciesButtonContainer"/>
|
|
</BoxContainer>
|
|
</controls:SpeciesGroupContainer>
|