mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* - add: ghost teleport menu https://github.com/AtaraxiaSpaceFoundation/Orion-Station-14/pull/107 * - tweak: Stylebox thinks and styles remove * - fix: Зайкины фиксы ч.1 * - fix: Кролькины фиксы ч.2 * - fix: кролькины фиксы ч.3 * - fix: Исправление логических ошибок и перенос в WWDP * - fix: Кролькины фиксы ч.4 * Apply suggestions from code review * - tweak: перелопатил всю логику * - fix: Кролькины фиксы ч.5 * - fix: Кролькины фиксы ч.6 * - fix: спатисоны фиксы отображения департментов * - fix: department description * - add: some validation * - fix: теперь и другие мобы показываются тут --------- Co-authored-by: PuroSlavKing <103608145+PuroSlavKing@users.noreply.github.com> Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<!-- White Dream: New ghost target window-->
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ghost-target-window-title'}"
|
|
MinSize="650 550"
|
|
SetSize="650 550">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
SizeFlagsStretchRatio="0.4">
|
|
<BoxContainer Orientation="Horizontal" SeparationOverride="5" Margin="0 4" >
|
|
<Button Name="GhostnadoButton"
|
|
Text="{Loc 'ghost-target-window-warp-to-most-followed'}"/>
|
|
<LineEdit Name="SearchBar"
|
|
PlaceHolder="{Loc 'entity-spawn-window-search-bar-placeholder'}"
|
|
HorizontalExpand="True"/>
|
|
</BoxContainer>
|
|
<ScrollContainer Name="GhostScroll"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
HScrollEnabled="False">
|
|
<BoxContainer Name="GhostTeleportContainer"
|
|
Orientation="Vertical"
|
|
SeparationOverride="5"
|
|
HorizontalExpand="True"
|
|
SizeFlagsStretchRatio="1">
|
|
<!-- Target buttons get added here by code -->
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|