IDEMPIERE-848 Improve time editor
This commit is contained in:
parent
e689033d90
commit
b561e4554e
|
@ -38,7 +38,7 @@ public class DatetimeBox extends Panel {
|
|||
dateBox.setCols(10);
|
||||
timeBox = new Timebox();
|
||||
timeBox.setCols(10);
|
||||
timeBox.setButtonVisible(false);
|
||||
//timeBox.setButtonVisible(false);
|
||||
appendChild(dateBox);
|
||||
appendChild(timeBox);
|
||||
this.setHflex("1");
|
||||
|
|
|
@ -98,6 +98,7 @@ public class WTimeEditor extends WEditor implements ContextMenuListener
|
|||
|
||||
private void init()
|
||||
{
|
||||
getComponent().setCols(10);
|
||||
popupMenu = new WEditorPopupMenu(false, false, isShowPreference());
|
||||
popupMenu.addMenuListener(this);
|
||||
addChangeLogMenu(popupMenu);
|
||||
|
|
Loading…
Reference in New Issue