mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
More refinements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user