mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
⚠️ Rename Rounding to CornerRadius (#5673)
Breaking change! * `Rounding` -> `CornerRadius` * `rounding` -> `corner_radius` This is to: * Clarify * Conform to other systems (e.g. Figma) * Avoid confusion with `GuiRounding`
This commit is contained in:
@@ -60,7 +60,7 @@ pub fn adjust_colors(
|
||||
})
|
||||
| Shape::Rect(RectShape {
|
||||
rect: _,
|
||||
rounding: _,
|
||||
corner_radius: _,
|
||||
fill,
|
||||
stroke,
|
||||
stroke_kind: _,
|
||||
|
||||
Reference in New Issue
Block a user