1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

More refinements

This commit is contained in:
Lucas Meurer
2026-08-28 17:15:05 +02:00
parent a6fa160c59
commit 735774bd98
4 changed files with 26 additions and 23 deletions

View File

@@ -60,6 +60,7 @@ impl StyleProvider<ButtonStyle> for MyTheme {
};
ButtonStyle {
min_size: egui::vec2(0.0, style.spacing.interact_size.y),
frame: Frame::new()
.fill(fill)
.corner_radius(self.corner_radius)