Skip to content

Commit

Permalink
Apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
humdingerb committed Aug 19, 2024
1 parent 966f30b commit 39abd05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ App::AboutRequested(void)
abwin->AddAuthors(authors);
abwin->AddSpecialThanks(thanks);
abwin->Show();
float width = be_plain_font->StringWidth("CapitalBe is a simple application to keep track of your personal finances.");
float width = be_plain_font->StringWidth(
"CapitalBe is a simple application to keep track of your personal finances.");
abwin->ResizeTo(width, width);
}

Expand Down

0 comments on commit 39abd05

Please sign in to comment.