IDEMPIERE-5491 Info Window - implement Select/DeSelect All buttons (FHCA-4016) (#1605)
- Fix status bar not showing correctly on Find Window
This commit is contained in:
parent
047674b2a1
commit
f1aee3ba14
|
@ -125,7 +125,7 @@ public class StatusBarPanel extends Panel implements EventListener<Event>, IStat
|
|||
LayoutUtils.addSclass("status-db", statusDB);
|
||||
east.appendChild(statusDbHbox);
|
||||
east.setStyle("text-align: left; ");
|
||||
ZKUpdateUtil.setWidth(east, "50px");
|
||||
ZKUpdateUtil.setHflex(east, "min");
|
||||
|
||||
this.appendChild(statusBar);
|
||||
|
||||
|
|
Loading…
Reference in New Issue