IDEMPIERE-3118 1005937 - Allow capture from webcam from Image field
This commit is contained in:
parent
38b12af349
commit
757674f86a
|
@ -190,7 +190,5 @@ public class WImageEditor extends WEditor
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void fillHorizontal() {
|
public void fillHorizontal() {
|
||||||
// getComponent().setWidth(defaultWidth);
|
|
||||||
// getComponent().setHeight(defaultHeight);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue