Parameterize avatar_margin
and assign it a default of 8
This commit is contained in:
parent
c268099554
commit
3ee4d90c19
11 changed files with 11 additions and 1 deletions
|
@ -1629,7 +1629,7 @@ impl Workspace {
|
|||
.constrained()
|
||||
.with_width(theme.workspace.titlebar.avatar_width)
|
||||
.contained()
|
||||
.with_margin_left(2.)
|
||||
.with_margin_left(theme.workspace.titlebar.avatar_margin)
|
||||
.boxed();
|
||||
|
||||
if let Some(peer_id) = peer_id {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue