add search to marking editors (#15526)
This commit is contained in:
@@ -5,23 +5,32 @@
|
||||
<BoxContainer Orientation="Horizontal" SeparationOverride="5" HorizontalExpand="True">
|
||||
<!-- Unused markings -->
|
||||
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
||||
<Label Text="{Loc 'markings-unused'}" />
|
||||
<OptionButton Name="CMarkingCategoryButton" />
|
||||
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
||||
<Label Text="{Loc 'markings-unused'}" HorizontalAlignment="Stretch" HorizontalExpand="True" />
|
||||
<Label Name="CMarkingPoints" Text="uwu" HorizontalAlignment="Right" />
|
||||
</BoxContainer>
|
||||
|
||||
<OptionButton Name="CMarkingCategoryButton" StyleClasses="OpenLeft" />
|
||||
<LineEdit Name="CMarkingSearch" PlaceHolder="{Loc 'markings-search'}" />
|
||||
|
||||
<ItemList Name="CMarkingsUnused" VerticalExpand="True" MinSize="300 250" />
|
||||
<Label Name="CMarkingPoints" Text="uwu" />
|
||||
<Button Name="CMarkingAdd" Text="{Loc 'markings-add'}" />
|
||||
<Button Name="CMarkingAdd" Text="{Loc 'markings-add'}" StyleClasses="OpenRight" />
|
||||
</BoxContainer>
|
||||
|
||||
<!-- Used markings -->
|
||||
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
||||
<Label Text="{Loc 'markings-used'}" />
|
||||
|
||||
<ItemList Name="CMarkingsUsed" VerticalExpand="True" MinSize="300 250" />
|
||||
<BoxContainer Orientation="Horizontal" SeparationOverride="5">
|
||||
<Button Name="CMarkingRankUp" Text="{Loc 'markings-rank-up'}" HorizontalExpand="True" />
|
||||
<Button Name="CMarkingRankDown" Text="{Loc 'markings-rank-down'}" HorizontalExpand="True" />
|
||||
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Button Name="CMarkingRankUp" Text="{Loc 'markings-rank-up'}" StyleClasses="OpenBoth" HorizontalExpand="True" />
|
||||
<Button Name="CMarkingRankDown" Text="{Loc 'markings-rank-down'}" StyleClasses="OpenBoth" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<Button Name="CMarkingRemove" Text="{Loc 'markings-remove'}" />
|
||||
<Button Name="CMarkingRemove" Text="{Loc 'markings-remove'}" StyleClasses="OpenRight" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
|
||||
<!-- Colors -->
|
||||
<BoxContainer Name="CMarkingColors" Orientation="Vertical" Visible="False" />
|
||||
</BoxContainer>
|
||||
|
||||
Reference in New Issue
Block a user