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