Skip to content
Snippets Groups Projects
Commit 480d6ce9 authored by Sergey Linev's avatar Sergey Linev
Browse files

[rbrowser] use proper layout in settings dialog

parent 33655cab
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@
<ViewSettingsCustomTab icon="sap-icon://action-settings" >
<content>
<VBox>
<HBox>
<Label text="Sorting" wrapping="true" labelFor="sortMethodsCombo" class="sapUiSmallMarginTop sapUiSmallMarginBottom"/>
<HBox alignItems="Center">
<Label text="Sorting" wrapping="true" labelFor="sortMethodsCombo"/>
<ComboBox id="sortMethodsCombo" items="{ path: '/SortMethods' }" selectedKey="{/SortMethod}">
<core:Item text="{name}" key="{value}"/>
</ComboBox>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment