Shrink dialog footer height

This commit is contained in:
mars 2022-11-07 12:17:22 -07:00
parent fe9ea34a23
commit 4b05f55725
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ impl Default for DialogFooterStyle {
icon_font: Font::new(crate::ICON_FONT),
button_radius: 7.5,
color: Color::WHITE,
height: 20.0,
height: 15.0,
}
}
}