IDEMPIERE-3118 1005937 - Allow capture from webcam from Image field

This commit is contained in:
Heng Sin Low 2016-06-10 15:18:41 -05:00
parent 38b12af349
commit 757674f86a
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,5 @@ public class WImageEditor extends WEditor
*/ */
@Override @Override
public void fillHorizontal() { public void fillHorizontal() {
// getComponent().setWidth(defaultWidth);
// getComponent().setHeight(defaultHeight);
} }
} }

View File

@ -180,6 +180,8 @@ span.grid-combobox-editor {
.image-field { .image-field {
cursor: pointer; cursor: pointer;
border: 1px solid #C5C5C5; border: 1px solid #C5C5C5;
height: 24px;
width: 24px;
} }
.image-field.image-field-readonly { .image-field.image-field-readonly {
cursor: default; cursor: default;