IDEMPIERE-915 Process Button Popup , Button's is slightly clipped when is selected.
This commit is contained in:
parent
921e5a0fa4
commit
bac21921ee
|
@ -27,6 +27,7 @@ public class ProcessButtonPopup extends Window {
|
|||
setBorder("normal");
|
||||
|
||||
Vbox vbox = new Vbox();
|
||||
vbox.setHflex("true");
|
||||
appendChild(vbox);
|
||||
vbox.setSclass("toolbar-popup-window-cnt");
|
||||
vbox.setAlign("stretch");
|
||||
|
@ -35,6 +36,7 @@ public class ProcessButtonPopup extends Window {
|
|||
if (button.getPage() != null) {
|
||||
button.detach();
|
||||
}
|
||||
button.setHflex("1");
|
||||
vbox.appendChild(button);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue