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 45371d9 commit 8aa79f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/weekly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ pub fn main() -> Result<()> {

let page_rect = sizes::halfletter();

let page_rect = sizes::letter();
let top_half = page_rect.resize(page_rect.width(), page_rect.height() / 2.0);


save_one_page_document(
"Productivity Tracker",
&args.output_filename,
Expand Down

0 comments on commit 8aa79f7

Please sign in to comment.