There is no reason the printers directory shouldn't have the folder icon.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -913,7 +913,7 @@ BContainerWindow::Init(const BMessage *message)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add folder icon to menu bar
|
// add folder icon to menu bar
|
||||||
if (!TargetModel()->IsRoot() && !IsTrash() && !IsPrintersDir()) {
|
if (!TargetModel()->IsRoot() && !IsTrash()) {
|
||||||
float iconSize = fMenuBar->Bounds().Height() - 2;
|
float iconSize = fMenuBar->Bounds().Height() - 2;
|
||||||
if (iconSize < 16)
|
if (iconSize < 16)
|
||||||
iconSize = 16;
|
iconSize = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user