Modified positioning of filtering options popup

FEA: ItEr75S08MigrationZK5
This commit is contained in:
Lorenzo Tilve Álvaro 2011-08-08 17:09:03 +02:00
parent de73964e6f
commit 410033f2d3

View file

@ -27,13 +27,13 @@
<label value="${i18n:_('name')}"/>
<textbox id="filterNameOrderElement" width="50px"
onOK="treeController.onApplyFilter()" />
<button label="options" style="margin-top: -4px"
<button id="optionsButton" label="options" style="margin-top: -4px"
tooltiptext="${i18n:_('Set Filter Options')}"
onClick="treeController.toggleOptions()"/>
onClick='filterOptionsPopup.open(self,"after_end");' />
<button image="/common/img/ico_filter.png" style="margin-top: -4px"
tooltiptext="${i18n:_('Apply filtering to tasks satisfying required criteria')}"
onClick="treeController.onApplyFilter()"/>
<popup id="filterOptionsPopup" width="220px" height="120px">
<popup id="filterOptionsPopup" width="220px" height="120px" >
<groupbox mold="3d" closable="true" width="200px" height="100px">
<vbox>
<hbox>