summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-12 18:40:54 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-12 18:43:25 +0200
commit7c3341760de74df2153ef367e502960f20f9c681 (patch)
tree945f3ad59d8da742e7246d6d4fc30f52ab010b6b /src/lib.rs
parent915c926c28f77ad7b401a17964408d27548543e6 (diff)
downloadiced-7c3341760de74df2153ef367e502960f20f9c681.tar.gz
iced-7c3341760de74df2153ef367e502960f20f9c681.tar.bz2
iced-7c3341760de74df2153ef367e502960f20f9c681.zip
Improve `Padding` ergonomics
We expose free functions for creating a `Padding` and methods with the same name to modify its fields.
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8c6aeea3..7ced9a57 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -196,6 +196,7 @@ pub use crate::core::alignment;
pub use crate::core::border;
pub use crate::core::color;
pub use crate::core::gradient;
+pub use crate::core::padding;
pub use crate::core::theme;
pub use crate::core::{
Alignment, Background, Border, Color, ContentFit, Degrees, Gradient,