Skip to content

Commit

Permalink
Remove the resize box from a non-resizable window.
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5905 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
nielx committed Jan 4, 2004
1 parent c8057f9 commit 5e821a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

ActiveTranslatorsWindow::ActiveTranslatorsWindow(BRect rect, const char *name,
BList *plist)
: BWindow(rect, name, B_DOCUMENT_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
: BWindow(rect, name, B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
{
BRect rctframe = Bounds();
rctframe.right -= B_V_SCROLL_BAR_WIDTH;
Expand Down

0 comments on commit 5e821a6

Please sign in to comment.