* Center window on screen on start.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-20 15:20:46 +00:00
parent 78a6097283
commit 95087bc532
+2
View File
@@ -38,6 +38,8 @@ PairsWindow::PairsWindow()
"PairsView", B_FOLLOW_NONE);
fPairsView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
AddChild(fPairsView);
CenterOnScreen();
}