diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-06-22 12:25:01 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-06-22 12:25:01 +0200 |
| commit | f6fe3b5cdd2805f3975985752f9cb0e04e3daf49 (patch) | |
| tree | daddf46ba6add0b7cead1f9015b8f24364672138 /src/style.rs | |
| parent | e39a6efccff7ba2b5dd546ddf86f23d2714161e7 (diff) | |
Implement function layouting ✒
Diffstat (limited to 'src/style.rs')
| -rw-r--r-- | src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.rs b/src/style.rs index 97f9552c..cd0a9579 100644 --- a/src/style.rs +++ b/src/style.rs @@ -30,7 +30,7 @@ impl Default for TextStyle { italic: false, bold: false, font_size: 11.0, - line_spacing: 1.25, + line_spacing: 1.2, paragraph_spacing: 1.5, } } |
