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 4c7f543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/capitalbe.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource app_version {
middle = 0,
minor = 0,

variety = B_APPV_DEVELOPMENT,
variety = B_APPV_FINAL,
internal = 0,

short_info = "Finance application for Haiku",
Expand Down

0 comments on commit 4c7f543

Please sign in to comment.