fixes resizing issues ins croll view

This commit is contained in:
Santiago Lema 2025-05-08 01:39:43 -03:00
parent 85be8d6ef4
commit de3dc540c4
5 changed files with 88 additions and 83 deletions

View file

@ -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();
}