fixes resizing issues ins croll view
This commit is contained in:
parent
85be8d6ef4
commit
de3dc540c4
5 changed files with 88 additions and 83 deletions
3
App.cpp
3
App.cpp
|
@ -33,7 +33,8 @@ void App::AboutRequested() {
|
|||
about->AddDescription(B_TRANSLATE("about_body"));
|
||||
about->AddCopyright(2024, "Santiago Lema");
|
||||
about->AddText("e-mail me at haiku@lema.org");
|
||||
about->AddText("or ping me on the fediverse on @santi@go.lema.org");
|
||||
about->AddText("or find me on the fediverse as");
|
||||
about->AddText("@santi@go.lema.org");
|
||||
|
||||
about->Show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue