File Browser Font Size
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
This was originally included in #4085, but was removed so that that PR could focus on the highlights.
My proposal is that the `font-size` in the file browser be changed to 14px. This is a simple change that goes a long way. The file browser right now uses a 12px font size, and looks too small and tightly packed. Increasing the font size looks cleaner and adds a lot towards visibility.
Here are before and after pictures:

I'd encourage you to edit your style.css file to include ```QTreeView { font-size: 14px; }``` and try it out for a couple days before commenting.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the style.css file and the file browser's QTreeView styling. Verify the current 12px font size, update the file-browser styling to the proposed 14px size, and compare the result with the supplied before-and-after image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100