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:
@@ -380,7 +380,7 @@ TBarView::PositionWindow(BRect screenFrame)
|
|||||||
if (fState == kFullState)
|
if (fState == kFullState)
|
||||||
moveLoc.x = screenFrame.right - fBarMenuBar->Frame().Width();
|
moveLoc.x = screenFrame.right - fBarMenuBar->Frame().Width();
|
||||||
else
|
else
|
||||||
moveLoc.x = screenFrame.right - kMinimumWindowWidth;
|
moveLoc.x = screenFrame.right - windowWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// bottom, full or corners
|
// bottom, full or corners
|
||||||
|
|||||||
Reference in New Issue
Block a user