mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
* - tweak: update StyleSheetify * - add: flexbox * - fix: size of flexbox in launchergui * - tweak: Profile editor: start. * - add: categories * - tweak: help me please with this shi... loadouts * - fix: container path think * - tweak: thinks for optimisation * - add: group selection for loadoutpicker * - tweak: change position of preview * - add: reason text * - fix: Кролькины фиксы * - fix: кролькины фиксы ч.2 * - fix: кролькины фиксы ч.3 * - кролькины фиксы - финал * - fix: Ворчливого дедушкины фиксы, удаление старого барахла и пометка wwdp * - tweak: some ui change for LoadoutCategories and LoadoutEntry * - ворчливый дед фиксы ч.2 * - fix: очередные кролькины фиксы * - add: loadout prototype validation * - fix: description read from edit field
30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
|
<!-- Primary container -->
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
<!-- Markings -->
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
<BoxContainer HorizontalExpand="True">
|
|
<OptionButton Name="CMarkingCategoryButton" StyleClasses="OpenBoth" Access="Public" /> <!-- WWDP EDIT -->
|
|
<Label Name="CMarkingPoints" Text="uwu" Margin="8 0" />
|
|
<LineEdit Name="CMarkingSearch" PlaceHolder="{Loc 'markings-search'}" HorizontalExpand="True" />
|
|
<Button Name="ResetButton" Text="{Loc 'ui-options-bind-reset'}" StyleClasses="OpenLeft" />
|
|
</BoxContainer>
|
|
|
|
<PanelContainer>
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="#1B1B1E" />
|
|
</PanelContainer.PanelOverride>
|
|
|
|
<ScrollContainer HorizontalExpand="True" MinSize="300 300">
|
|
<BoxContainer Name="Markings" Orientation="Vertical" HorizontalExpand="True" MinSize="300 300" />
|
|
</ScrollContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
|
|
<!-- Colors -->
|
|
<BoxContainer Name="CMarkingColors" Margin="0 4 0 0" Orientation="Vertical" Visible="False" />
|
|
</BoxContainer>
|
|
</Control>
|