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:
parent
c9f8015628
commit
c4a589b09a
@ -913,7 +913,7 @@ BContainerWindow::Init(const BMessage *message)
|
||||
}
|
||||
|
||||
// add folder icon to menu bar
|
||||
if (!TargetModel()->IsRoot() && !IsTrash() && !IsPrintersDir()) {
|
||||
if (!TargetModel()->IsRoot() && !IsTrash()) {
|
||||
float iconSize = fMenuBar->Bounds().Height() - 2;
|
||||
if (iconSize < 16)
|
||||
iconSize = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user