mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add margin
This commit is contained in:
parent
83b8b7fc31
commit
d87e56661b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue