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);
|
dateBox.setCols(10);
|
||||||
timeBox = new Timebox();
|
timeBox = new Timebox();
|
||||||
timeBox.setCols(10);
|
timeBox.setCols(10);
|
||||||
timeBox.setButtonVisible(false);
|
//timeBox.setButtonVisible(false);
|
||||||
appendChild(dateBox);
|
appendChild(dateBox);
|
||||||
appendChild(timeBox);
|
appendChild(timeBox);
|
||||||
this.setHflex("1");
|
this.setHflex("1");
|
||||||
|
|
|
@ -98,6 +98,7 @@ public class WTimeEditor extends WEditor implements ContextMenuListener
|
||||||
|
|
||||||
private void init()
|
private void init()
|
||||||
{
|
{
|
||||||
|
getComponent().setCols(10);
|
||||||
popupMenu = new WEditorPopupMenu(false, false, isShowPreference());
|
popupMenu = new WEditorPopupMenu(false, false, isShowPreference());
|
||||||
popupMenu.addMenuListener(this);
|
popupMenu.addMenuListener(this);
|
||||||
addChangeLogMenu(popupMenu);
|
addChangeLogMenu(popupMenu);
|
||||||
|
|
Loading…
Reference in New Issue