don't use the minimum window width, but the real window width. Just in case one day the deskbar was a bit wider

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-10-09 12:35:06 +00:00
parent 4129f84603
commit 2cddb12bac
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ TBarView::PositionWindow(BRect screenFrame)
if (fState == kFullState)
moveLoc.x = screenFrame.right - fBarMenuBar->Frame().Width();
else
moveLoc.x = screenFrame.right - kMinimumWindowWidth;
moveLoc.x = screenFrame.right - windowWidth;
}
// bottom, full or corners