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 @@ ...@@ -59,8 +59,8 @@
<ViewSettingsCustomTab icon="sap-icon://action-settings" > <ViewSettingsCustomTab icon="sap-icon://action-settings" >
<content> <content>
<VBox> <VBox>
<HBox> <HBox alignItems="Center">
<Label text="Sorting" wrapping="true" labelFor="sortMethodsCombo" class="sapUiSmallMarginTop sapUiSmallMarginBottom"/> <Label text="Sorting" wrapping="true" labelFor="sortMethodsCombo"/>
<ComboBox id="sortMethodsCombo" items="{ path: '/SortMethods' }" selectedKey="{/SortMethod}"> <ComboBox id="sortMethodsCombo" items="{ path: '/SortMethods' }" selectedKey="{/SortMethod}">
<core:Item text="{name}" key="{value}"/> <core:Item text="{name}" key="{value}"/>
</ComboBox> </ComboBox>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment