feat: add ImageView (#22738)

This commit is contained in:
Cheng Zhao 2020-03-22 19:11:43 +09:00 committed by GitHub
parent af46c1ed8d
commit 341f643b81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 123 additions and 0 deletions

View file

@ -76,6 +76,7 @@
#define ELECTRON_VIEW_MODULES(V) \
V(electron_browser_box_layout) \
V(electron_browser_button) \
V(electron_browser_image_view) \
V(electron_browser_label_button) \
V(electron_browser_layout_manager) \
V(electron_browser_md_text_button) \