Finder Bar

The bold text in the finderbar (Text:Finder) is bold and NOT italic, but the following menu items is italic (Text: File Edit View Window)

So it looks something like this:

Finder File Edit View Window

How to fix that ?

#524162

Well you should try to go to your desktop properties and go to the advanced tab to check the font of the taskbar. I don't remember the exact path, but I know you right-click to get to the desktop properties.

#524164

There is nothing about the taskbar and nothing is set on italic too.

#524175

If you want to remove the bold Finder you'll need to edit the finderbar.ini file, look for the line MakeMenu2Bold=1, change the 1 to 0 (zero).

There is a bunch of other setting in there too.

Once you save and close the file, right click the finderbar (taskbar) and select reload.

#524177

I just noticed that i didn't say what i need to fix. I want that the menus after the "Finder" isn't "File Edit View Window", but just "File Edit View Window". I just want to remove the italic formatting. I saw others finderbars and thay are without italic lettters and it looks better.

#524189

Now I get it. ;)

Open the same file I mentioned earlier, and look for FontWeight=italic, change this to FontWeight=Norm

Save and close. Right click finderbar if you've got it running and select reload.

I've just tried it on mine and that should solve your problem.

#524194

[Window]

MainWindowWidth=640

WindowLeftMargin=0

FontName=Verdana

FontSize=10

FontWeight=Norm

FontColor=Black

FontTopMargin=3

FontLeftMargin=-5

WordIndentationRight=20

MakeMenu2Bold=1

The Wight already was Norm, but i set the font to Finderbar and all is working, but Finder is about 5 pixels lower than File Edit View Window...

[Window]

MainWindowWidth=640

WindowLeftMargin=0

FontName=Finderbar

FontSize=10

FontWeight=Norm

FontColor=Black

FontTopMargin=3

FontLeftMargin=-5

WordIndentationRight=20

MakeMenu2Bold=1

EDIT:

I just set the font to arial and it looks good.

#524228