In the FlowUI, added a PropertyFilter in an hbox but am unable to increase its width…
how can I do this?
<layout>
<hbox id="buttonsPanel" classNames="buttons-panel" alignItems="BASELINE">
<propertyFilter id="userFilter"
dataLoader="todoDefinitionsDl"
property="forUser"
operation="EQUAL"
label="User"
autoApply="true" minWidth="222px" />
<button id="createBtn" action="todoDefinitionsTable.create"/>
<button id="editBtn" action="todoDefinitionsTable.edit"/>
<button id="removeBtn" action="todoDefinitionsTable.remove"/>
<simplePagination id="pagination" dataLoader="todoDefinitionsDl"/>
</hbox>
....