Skip to content

Commit

Permalink
Changing internal document name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmadrid committed Jan 4, 2023
1 parent f67ff8c commit 45371d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bin/weekly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,10 @@ fn render_weekly(_: &PdfDocumentReference, page_rect: &WRect) -> Result<Instruct
pub fn main() -> Result<()> {
let args: Args = argh::from_env();

// half letter = 215.9 x 139.7mm
// Inset rect should be: w: 203.2 h: 127 l: 6.35 t: 133.35

let page_rect = sizes::halfletter();

save_one_page_document(
&args.output_filename,
"Productivity Tracker",
&args.output_filename,
&page_rect,
|doc, page_rect| render_weekly(doc, page_rect),
Expand Down

0 comments on commit 45371d9

Please sign in to comment.