Page 1 of 1
#641: Quick Filter font color hard coded to Black
Posted: 25.11.2013, 17:43
by FCLover
This issue was not present in 638. Now the foreground color of quick filter text is black. It does not inherit the windows color. There is no option to chahge it either. I prefer dark background with light foreground for my eyes. I have windows XP. This may have something to do with fixing the bug in column separator markers.
Re: #641: Quick Filter font color hard coded to Black
Posted: 25.11.2013, 22:06
by Marek
You could try the setting in the freecommander.ini (Form section):
QuickFilterUseParentFont=1
or
QuickFilterUseParentFont=0
Re: #641: Quick Filter font color hard coded to Black
Posted: 26.11.2013, 02:52
by FCLover
Marek wrote:You could try the setting in the freecommander.ini (Form section):
QuickFilterUseParentFont=1
or
QuickFilterUseParentFont=0
Thanks. QuickFilterUseParentFont=0 inherits windows color.
Interestingly this option alsomakes the font small, hard to
see. Whereas the default QuickFilterUseParentFont=1
makes the font bigger but hard coded to black. Ideally
I would like to set the font color and size both. Is there an
option for setting quickfilter fontsize in the .ini file?
Re: #641: Quick Filter font color hard coded to Black
Posted: 26.11.2013, 08:12
by Karol
Have you defined font color for Settings->Status bar: General.
Quick filter inherits this color. With QuickFilterUseParentFont=1 works fine for me.
Re: #641: Quick Filter font color hard coded to Black
Posted: 26.11.2013, 18:13
by FCLover
Karol wrote:Have you defined font color for Settings->Status bar: General.
Quick filter inherits this color. With QuickFilterUseParentFont=1 works fine for me.
Thanks for the tip. That did it.