Bug #680
Should FileSels list use option NoRoundSize()?
Status: | Rejected | Start date: | 02/04/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | CtrlLib | Spent time: | - | |
Target version: | - |
Description
Personally, I think that it would be good if FileSels list will start using NoRoundSize flag. Why? Because, without this option list is not well fitted in window structure. This is strange, because file list ctrl can be a little bit shorter than places list ctrl.
So, let's add additional line of code(FileSel.cpp - FileSel::FileSel() - line 2039):
list.AutoHideSb(); list.NoRoundSize(); // <- New option! places.AutoHideSb();
But, maybe for some resons current behavior is intentional?
History
#1 Updated by Miroslav Fidler about 11 years ago
- Status changed from Patch ready to In Progress
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
NoRoundSize option was explicitly created for FileSel :)
I am not sure what you men by "not well fitted". I have add NoRoundSize because I have not liked empty space at the bottom of ColumnList.
Mirek
#2 Updated by Zbigniew Rebacz about 11 years ago
- Status changed from In Progress to Rejected
It seems that it was intentional.
Bug is rejected.