mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Fix the styling_engine example for the new ButtonStyle field
This commit is contained in:
@@ -68,6 +68,7 @@ impl StyleProvider<ButtonStyle> for MyTheme {
|
||||
.corner_radius(self.corner_radius)
|
||||
.inner_margin(8),
|
||||
text_style: base.text,
|
||||
min_size: args.style.spacing.interact_size,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user