LMMS / LMMS/lmms

File Browser Font Size

Open Beginner friendly
#4,130 4 comments 1 reaction 0 assignees View on GitHub
enhancement gui
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:
![image](https://user-images.githubusercontent.com/25230510/35404715-923b80e8-01c9-11e8-950b-2c31cff74592.png)
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.