mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Rename Marginf to MarginF32 for consistency with CornerRadiusF32 (#5677)
* [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -29,7 +29,7 @@ mod corner_radius;
|
||||
mod corner_radius_f32;
|
||||
pub mod image;
|
||||
mod margin;
|
||||
mod marginf;
|
||||
mod margin_f32;
|
||||
mod mesh;
|
||||
pub mod mutex;
|
||||
mod shadow;
|
||||
@@ -52,7 +52,7 @@ pub use self::{
|
||||
corner_radius_f32::CornerRadiusF32,
|
||||
image::{ColorImage, FontImage, ImageData, ImageDelta},
|
||||
margin::Margin,
|
||||
marginf::Marginf,
|
||||
margin_f32::*,
|
||||
mesh::{Mesh, Mesh16, Vertex},
|
||||
shadow::Shadow,
|
||||
shapes::{
|
||||
|
||||
Reference in New Issue
Block a user