add margin

This commit is contained in:
yggverse 2024-10-15 05:29:25 +03:00
parent 83b8b7fc31
commit d87e56661b

View File

@ -10,6 +10,7 @@ impl Code {
Self {
tag: TextTag::builder()
.family("monospace") // @TODO
.left_margin(28)
.scale(0.8)
.wrap_mode(WrapMode::None)
.build(),