stretch filename field
Bug #467072 reported by
Toni Ruottu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenFilepad |
Fix Committed
|
Critical
|
Sami Saada |
Bug Description
The current file table has empty space on the right. This makes selections look silly as they do not go all the way to the right.
There are four possible fixes ot this:
1) add an empty column to the right, and stretch that
2) stretch Filename column
3) stretch Size column
4) stretch Available column
Adding an extra column seems silly. Stretching Filename column makes sense because filenames may sometimes be long. Stretching Size column doesn't imo make sense in any case. Stretching Available column makes sense only because QT provides a boolean value for stretching last column. I think we should eventually find out a way for stretching the filename column.
Changed in qfriendslol: | |
milestone: | none → 0.1.2 |
Changed in qfriendslol: | |
status: | Fix Released → Fix Committed |
To post a comment you must log in.
I'm going to try fix this.