Merge branch 'master' of ssh://git.haiku-os.org/haiku
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user