Bug #680

Should FileSels list use option NoRoundSize()?

Added by Zbigniew Rebacz about 10 years ago. Updated about 10 years ago.

Status:RejectedStart date:02/04/2014
Priority:NormalDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:CtrlLibSpent 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?

FileSel.cpp Magnifier (47.4 KB) Zbigniew Rebacz, 02/04/2014 04:34 PM

History

#1 Updated by Miroslav Fidler about 10 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 10 years ago

  • Status changed from In Progress to Rejected

It seems that it was intentional.

Bug is rejected.

Also available in: Atom PDF