Filter editor: tree panel expanded, editor width increased #PL-4488

This commit is contained in:
Maxim Gorbunkov 2015-02-03 08:36:01 +00:00
parent fb3cb2e9ba
commit 3dccb382c5
2 changed files with 5 additions and 4 deletions

View File

@ -20,8 +20,8 @@
</actions> </actions>
<layout spacing="true" expand="mainLayout"> <layout spacing="true" expand="mainLayout">
<hbox id="mainLayout" spacing="true" width="100%" expand="conditionPropertiesLayout"> <hbox id="mainLayout" spacing="true" width="100%" expand="leftPanel">
<vbox id="leftPanel" height="100%" spacing="true" expand="conditionsTree" width="theme://cuba.gui.filterEditor.leftPanel.width"> <vbox id="leftPanel" height="100%" spacing="true" expand="conditionsTree">
<grid spacing="true" width="100%"> <grid spacing="true" width="100%">
<columns> <columns>
<column/> <column/>
@ -67,7 +67,7 @@
<treechildren datasource="conditionsDs" captionProperty="locCaption"/> <treechildren datasource="conditionsDs" captionProperty="locCaption"/>
</tree> </tree>
</vbox> </vbox>
<groupBox id="conditionPropertiesLayout" caption="msg://conditionProperties" height="100%"> <groupBox id="conditionPropertiesLayout" caption="msg://conditionProperties" height="100%" width="theme://cuba.gui.filterEditor.conditionProperties.width">
<iframe id="customConditionFrame" screen="customConditionFrame" visible="false"/> <iframe id="customConditionFrame" screen="customConditionFrame" visible="false"/>
<iframe id="runtimePropConditionFrame" screen="runtimePropConditionFrame" visible="false"/> <iframe id="runtimePropConditionFrame" screen="runtimePropConditionFrame" visible="false"/>
<iframe id="propertyConditionFrame" screen="propertyConditionFrame" visible="false"/> <iframe id="propertyConditionFrame" screen="propertyConditionFrame" visible="false"/>

View File

@ -13,6 +13,7 @@ cuba.gui.AbstractCustomConditionEditDlg.whereText.height=80px
cuba.gui.AbstractRuntimePropConditionEditDlg.field.width=250px cuba.gui.AbstractRuntimePropConditionEditDlg.field.width=250px
cuba.gui.filterEditor.leftPanel.width=420px cuba.gui.filterEditor.leftPanel.width=420px
cuba.gui.filterEditor.conditionProperties.width=450px
cuba.gui.customConditionFrame.field.width=100% cuba.gui.customConditionFrame.field.width=100%
cuba.gui.customConditionFrame.joinField.height=80px cuba.gui.customConditionFrame.joinField.height=80px
cuba.gui.customConditionFrame.whereField.height=80px cuba.gui.customConditionFrame.whereField.height=80px
@ -21,7 +22,7 @@ cuba.gui.conditionFrame.textField.width=100%
cuba.gui.addFilterCondition.dialog.height=600 cuba.gui.addFilterCondition.dialog.height=600
cuba.gui.addFilterCondition.dialog.width=400 cuba.gui.addFilterCondition.dialog.width=400
cuba.gui.filterEditor.dialog.height=800 cuba.gui.filterEditor.dialog.height=800
cuba.gui.filterEditor.dialog.width=850 cuba.gui.filterEditor.dialog.width=1000
cuba.gui.filterEditor.widthLookup.width=70 cuba.gui.filterEditor.widthLookup.width=70
cuba.gui.customConditionEditor.dialog.height=600 cuba.gui.customConditionEditor.dialog.height=600
cuba.gui.customConditionEditor.dialog.width=450 cuba.gui.customConditionEditor.dialog.width=450