We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966f30b commit 39abd05Copy full SHA for 39abd05
src/App.cpp
@@ -77,7 +77,8 @@ App::AboutRequested(void)
77
abwin->AddAuthors(authors);
78
abwin->AddSpecialThanks(thanks);
79
abwin->Show();
80
- float width = be_plain_font->StringWidth("CapitalBe is a simple application to keep track of your personal finances.");
+ float width = be_plain_font->StringWidth(
81
+ "CapitalBe is a simple application to keep track of your personal finances.");
82
abwin->ResizeTo(width, width);
83
}
84
0 commit comments