Tweak avatar sizes in titlebar

This commit is contained in:
Nathan Sobo 2021-11-28 12:41:46 -07:00
parent 6ce76ca13e
commit a5039cad65
3 changed files with 7 additions and 5 deletions

View file

@ -984,7 +984,7 @@ impl Workspace {
.with_style(theme.workspace.titlebar.container)
.boxed(),
)
.with_height(32.)
.with_height(theme.workspace.titlebar.height)
.named("titlebar")
}