Skip to content

Commit

Permalink
fit add and down buttons to the container (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT authored and revsys413 committed Apr 4, 2024
1 parent ad6b2f0 commit c802cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/_CD/Records/UI/RecordEditorEntrySelector.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
<ItemList Name="EntrySelector" HorizontalExpand="True" VerticalExpand="True" MinSize="300 200" />
<BoxContainer Orientation="Horizontal">
<Button Name="AddButton" StyleClasses="OpenRight" Text="{Loc 'humanoid-profile-editor-cd-records-add-entry'}" />
<Button Name="AddButton" StyleClasses="OpenBoth" Text="{Loc 'humanoid-profile-editor-cd-records-add-entry'}" />
<Button Name="EditButton" StyleClasses="OpenBoth" Text="{Loc 'humanoid-profile-editor-cd-records-edit-entry'}" />
<Button Name="ViewButton" StyleClasses="OpenBoth" Text="{Loc 'humanoid-profile-editor-cd-records-view-entry'}" />
<Button Name="RemoveButton" StyleClasses="OpenLeft" Text="{Loc 'humanoid-profile-editor-cd-records-remove-entry'}" />
<Control HorizontalExpand="True" />
<Button Name="UpButton" HorizontalAlignment="Right" StyleClasses="OpenRight" Text="{Loc 'humanoid-profile-editor-cd-records-up'}" />
<Button Name="DownButton" HorizontalAlignment="Right" StyleClasses="OpenLeft" Text="{Loc 'humanoid-profile-editor-cd-records-down'}" />
<Button Name="DownButton" HorizontalAlignment="Right" StyleClasses="OpenBoth" Text="{Loc 'humanoid-profile-editor-cd-records-down'}" />
</BoxContainer>
</BoxContainer>
</Control>

0 comments on commit c802cb7

Please sign in to comment.