0
我在我的ui-binder中有下面的代碼。格式GWT移動ListPanel像一張表
<m:ListPanel selectable="false">
<m:ListItem>
<g:Label ui:field="sortLabel"></g:Label>
<m:DropDownList ui:field="sortDropDown" />
</m:ListItem>
<m:ListItem>
<g:Label ui:field="doneLabel"></g:Label>
<m:FlipSwitch ui:field="displayDone" value="false"/>
</m:ListItem>
</m:ListPanel>
我希望下拉列表和flipSwitch處於相同的垂直對齊方式。 目前在右側flipSwitch有點太多了。