Merge branch 'master' of ssh://git.haiku-os.org/haiku

This commit is contained in:
Rene Gollent
2011-12-06 21:27:45 -05:00
+1 -1
View File
@@ -990,7 +990,7 @@ BView* instantiate_deskbar_item()
if (width > 129)
width = 129;
return new WorkspacesView(BRect (0, 0, width, height), false);
return new WorkspacesView(BRect (0, 0, width - 1, height - 1), false);
}