Violet Giraffe
Violet Giraffe
That's definitely a bug, but more importantly, this quick filtering / quick search feature doesn't work at all, I'll look into this. Some Qt event handling hackery is probably required....
I see that I have misunderstood the question originally, you weren't talking about the Ctrl+F feature. Quick navigation by typing is also broken in more ways than one - it...
That's not a bad idea, especially since I myself don't always remember all the features that I've added long ago.
The default font for the file list is Roboto Mono Light 9. As for all the other text elements, I don't think I'm altering the default font. Please share a...
I'm deploying the font with the program, of course no one has it, but it's loaded from the resources. So the question is why it didn't load. The font in...
I understand what you mean (for the most part). Looking at the code - yes, I'm increasing the default font size by 1, so if your default was 9, it...
It is only this program where I find the font size too small. But I agree, it should be optional. I'm not a fan of messing with the system default...
Did you build File Commander with Qt 6? I'm trying Qt 6.2.2 now, and I see that the whole UI has a non-default font applied, I'm not even sure which...
Then it's built with Qt 5, odd.
That's a good point, I didn't consider the need to support older compilers. In that case, I think, either `#ifdef` is required, or the old trick with `bool const_condition(bool cond)...