mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
# Description This sucked, this sucks less now. --- # TODO - [x] Use ABGC on Jobs - [x] Use ABGC on Antags - [x] Improve marking editor - [x] Make it use real toggleable Buttons - [x] Remove the enabled/sort order side - [x] Make buttons bigger and improve previews - Move it to the Appearance tab https://github.com/Simple-Station/Einstein-Engines/pull/2241 - [x] Add a Clear button to the search - [x] Display all 4 sprite directions at once instead of using the stupid rotation thing - [x] Move import/export/save buttons - [x] Move name somewhere within the tabs - Load markings after other stuff in the profile <!-- Another PR CharacterRequirements don't need to be given dependencies Markings use CharacterRequirements --> --- <details><summary><h1>Media</h1></summary> <p>       </p> </details> --- # Changelog 🆑 - tweak: Improved readability of many parts of the character editor with colored rows - tweak: Cleaned up some little bits of the character editor, most notably removing a tiny margin that was shrinking every tab - fix: Fixed the style of the Background tab of the character editor being very wonky due to misplaced UI elements - tweak: Made the Jobs tab use proper headers for the department titles - tweak: Improved the Marking editor - tweak: Improved the layout of the character editor - tweak: Improved some button names in the character editor - add: The character editor now shows all 4 directions of your character preview at once --------- Co-authored-by: VMSolidus <evilexecutive@gmail.com> (cherry picked from commit 7e5b3345409dfdabde4ea56d3ecdd34a5ecdd46f)
17 lines
584 B
XML
17 lines
584 B
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
MouseFilter="Pass"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Name="Container">
|
|
<ScrollContainer
|
|
Name="ContentScrollContainer"
|
|
HorizontalExpand="True"
|
|
HScrollEnabled="False"
|
|
VScrollEnabled="True"
|
|
ReturnMeasure="True">
|
|
<BoxContainer Name="ContentContainer" Access="Public" Orientation="Vertical" HorizontalExpand="True" />
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|