diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-10 23:23:50 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-10 23:36:36 +0200 |
| commit | 34fa8df044f1491069c9ae69f1c1e73d635c8955 (patch) | |
| tree | 30b9144690f55f0343a1fdbfcac6c9238c617077 /src/library/structure/table.rs | |
| parent | 29eb13ca6214461a4b0deb63d589cd39ad6d41c2 (diff) | |
Move language-related properties from `par` to `text`
Closes #67
Diffstat (limited to 'src/library/structure/table.rs')
| -rw-r--r-- | src/library/structure/table.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/structure/table.rs b/src/library/structure/table.rs index 40f25749..96d3bd5b 100644 --- a/src/library/structure/table.rs +++ b/src/library/structure/table.rs @@ -21,6 +21,7 @@ impl TableNode { /// How to stroke the cells. #[property(resolve, fold)] pub const STROKE: Option<RawStroke> = Some(RawStroke::default()); + /// How much to pad the cells's content. pub const PADDING: Relative<RawLength> = Length::pt(5.0).into(); |
