Expand bounds of Text primitives a bit further
This commit is contained in:
parent
c2249d2506
commit
ba07abe5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ impl Primitive {
|
|||
alignment::Vertical::Bottom => bounds.y - bounds.height,
|
||||
};
|
||||
|
||||
bounds.expand(1.0)
|
||||
bounds.expand(1.5)
|
||||
}
|
||||
Self::Quad { bounds, .. }
|
||||
| Self::Image { bounds, .. }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue