The scrollbar down-button was hidden behind the window resize handle in the

Playlist window.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26381 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-07-11 15:00:58 +00:00
parent 7992eb9f4b
commit e4f6d30d1c
@@ -71,7 +71,7 @@ PlaylistWindow::PlaylistWindow(BRect frame, Playlist* playlist,
// make it so the frame of the menubar is also the frame of // make it so the frame of the menubar is also the frame of
// the scroll bar (appears to be) // the scroll bar (appears to be)
scrollBar->MoveBy(0, -1); scrollBar->MoveBy(0, -1);
scrollBar->ResizeBy(0, 1); scrollBar->ResizeBy(0, -(B_H_SCROLL_BAR_HEIGHT - 2));
} }
fCommandStack->AddListener(&fCommandStackListener); fCommandStack->AddListener(&fCommandStackListener);