mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add margin
This commit is contained in:
parent
83b8b7fc31
commit
d87e56661b
@ -10,6 +10,7 @@ impl Code {
|
|||||||
Self {
|
Self {
|
||||||
tag: TextTag::builder()
|
tag: TextTag::builder()
|
||||||
.family("monospace") // @TODO
|
.family("monospace") // @TODO
|
||||||
|
.left_margin(28)
|
||||||
.scale(0.8)
|
.scale(0.8)
|
||||||
.wrap_mode(WrapMode::None)
|
.wrap_mode(WrapMode::None)
|
||||||
.build(),
|
.build(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user