mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 23:17:43 +03:00
# Description https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/issues/2 https://github.com/space-wizards/space-station-14/pull/21352 --- <details><summary><h1>Media</h1></summary> <p> <!-- https://github.com/user-attachments/assets/701512ce-1bf2-4020-a2eb-ba1e35b18669 --> https://github.com/user-attachments/assets/d01f01b9-dae7-4d05-91db-ac6e3de30e9f </p> </details> --- # Changelog 🆑 - tweak: Added back support for the action bar to have "loadouts" or quick layouts of actions (man, how many things are called loadouts?) (cherry picked from commit 6cd17d7957b34cc45bf1bf0f9d338b5bfd87297d)
21 lines
779 B
XML
21 lines
779 B
XML
<widgets:ActionsBar
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Actions.Widgets"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Actions.Controls"
|
|
VerticalExpand="False"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="False"
|
|
>
|
|
<BoxContainer Orientation="Vertical">
|
|
<controls:ActionButtonContainer
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
MaxSize="64 9999"
|
|
Name="ActionsContainer"
|
|
Access="Public"
|
|
Rows="1" />
|
|
<controls:ActionPageButtons Name="PageButtons" Access="Public" />
|
|
</BoxContainer>
|
|
</widgets:ActionsBar>
|