add search to marking editors (#15526)

This commit is contained in:
DEATHB4DEFEAT
2023-04-18 22:44:37 -07:00
committed by GitHub
parent 3e410bd9e9
commit 078963127b
5 changed files with 58 additions and 24 deletions

View File

@@ -5,15 +5,18 @@
<!-- "Slot" selection -->
<Label Name="CategoryName" />
<BoxContainer Name="SlotSelectorContainer" HorizontalExpand="True">
<OptionButton Name="SlotSelector" HorizontalExpand="True" />
<Button Name="AddButton" Text="{Loc 'marking-slot-add'}"/>
<Button Name="RemoveButton" Text="{Loc 'marking-slot-remove'}"/>
<OptionButton Name="SlotSelector" HorizontalExpand="True" StyleClasses="OpenBoth" />
<Button Name="AddButton" Text="{Loc 'marking-slot-add'}" StyleClasses="OpenBoth" />
<Button Name="RemoveButton" Text="{Loc 'marking-slot-remove'}" StyleClasses="OpenLeft" />
</BoxContainer>
<LineEdit Name="Search" PlaceHolder="{Loc 'markings-search'}" HorizontalExpand="True" />
<!-- Item list -->
<BoxContainer Name="MarkingSelectorContainer" Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
<ScrollContainer MinHeight="500" VerticalExpand="True" HorizontalExpand="True">
<ItemList Name="MarkingList" VerticalExpand="True" />
</ScrollContainer>
<!-- Color sliders -->
<ScrollContainer MinHeight="200" HorizontalExpand="True">
<BoxContainer Name="ColorSelectorContainer" HorizontalExpand="True" />