diff options
Diffstat (limited to '')
| -rw-r--r-- | core/src/renderer.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/renderer.rs b/core/src/renderer.rs index a2785ae8..6684517f 100644 --- a/core/src/renderer.rs +++ b/core/src/renderer.rs @@ -69,7 +69,7 @@ pub struct Quad {      /// The bounds of the [`Quad`].      pub bounds: Rectangle, -    /// The [`Border`] of the [`Quad`]. +    /// The [`Border`] of the [`Quad`]. The border is drawn on the inside of the [`Quad`].      pub border: Border,      /// The [`Shadow`] of the [`Quad`].  | 
