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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user