uses document border, easier to grab
This commit is contained in:
parent
38e8c87118
commit
2df9419ce2
6 changed files with 72 additions and 51 deletions
4
App.cpp
4
App.cpp
|
@ -16,6 +16,8 @@ const char *kApplicationSignature = "application/x-vnd.SLema-DumBer";
|
|||
|
||||
App::App() : BApplication(kApplicationSignature) {
|
||||
MainWindow *m = new MainWindow();
|
||||
m->SetLook(B_DOCUMENT_WINDOW_LOOK);
|
||||
m->SetFeel(B_NORMAL_WINDOW_FEEL);
|
||||
mainWindow = m;
|
||||
mainWindow->Show();
|
||||
}
|
||||
|
@ -31,7 +33,7 @@ void App::AboutRequested() {
|
|||
BAboutWindow *about = new BAboutWindow(B_TRANSLATE_SYSTEM_NAME("DumBer"),
|
||||
kApplicationSignature);
|
||||
about->AddDescription(B_TRANSLATE("about_body"));
|
||||
about->AddCopyright(2024-2025, "Santiago Lema");
|
||||
about->AddCopyright(2025, "Santiago Lema");
|
||||
about->AddText("e-mail me at haiku@lema.org");
|
||||
about->AddText("or find me on the fediverse as\n@santi@go.lema.org");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue