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

@ -42,6 +42,7 @@ pub struct Workspace {
pub struct Titlebar {
#[serde(flatten)]
pub container: ContainerStyle,
pub height: f32,
pub title: TextStyle,
pub avatar_width: f32,
pub offline_icon: OfflineIcon,