mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Make default avatar shape "rounded"
This commit is contained in:
parent
47469c3842
commit
8b4b66a17e
@ -100,6 +100,8 @@ export class Et2Avatar extends Et2Widget(SlotMixin(SlAvatar)) implements et2_IDe
|
||||
this.editable = false;
|
||||
this.crop = false;
|
||||
this.size = "2.7em";
|
||||
this.icon = "";
|
||||
this.shape = "rounded";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user