Change default window size

This commit is contained in:
Jaidyn Ann 2021-06-01 22:12:01 -05:00
parent 770f7eaee3
commit 3f62492b9c

View File

@ -38,7 +38,7 @@ const uint32 kLogin = 'LOGI';
MainWindow::MainWindow()
:
BWindow(BRect(0, 0, 300, 400), "Caya", B_TITLED_WINDOW, 0),
BWindow(BRect(0, 0, 600, 400), "Caya", B_TITLED_WINDOW, 0),
fWorkspaceChanged(false),
fConversation(NULL),
fRosterWindow(NULL)