Parameterize avatar_margin and assign it a default of 8
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user