guy 6 years ago
parent
commit
c90e78f025
  1. 4
      demo/js/face.js
  2. 4
      dist/demo.js

4
demo/js/face.js

@ -28,8 +28,8 @@ Demo.Face = BI.inherit(BI.Widget, {
action: action action: action
}], }],
ref: ref, ref: ref,
width: 30, width: 24,
height: 30 height: 24
}] }]
} }
}; };

4
dist/demo.js vendored

@ -8860,8 +8860,8 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, {
action: action action: action
}], }],
ref: ref, ref: ref,
width: 30, width: 24,
height: 30 height: 24
}] }]
} }
}; };

Loading…
Cancel
Save