Change PDF rendering

This commit is contained in:
2026-03-30 00:03:19 +02:00
parent 7f9d766ce0
commit d1bb79570d
9 changed files with 891 additions and 307 deletions

View File

@@ -201,6 +201,7 @@ mod tests {
let original = LayoutConfig {
left_pane_fraction: 0.25,
right_pane_fraction: 0.40,
..LayoutConfig::default()
};
let s = toml::to_string_pretty(&original).unwrap();
let parsed: LayoutConfig = toml::from_str(&s).unwrap();
@@ -286,6 +287,7 @@ mod tests {
layout: LayoutConfig {
left_pane_fraction: 0.30,
right_pane_fraction: 0.40,
..LayoutConfig::default()
},
..Default::default()
};