mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 22:02:58 -06:00
File list in FindFile now dosen't want focus - minor style changes (Horz grid disable instead of colored rows).
git-svn-id: svn://ultimatepp.org/upp/trunk@10569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b8a3ea0c8d
commit
098a6ceeee
1 changed files with 2 additions and 1 deletions
|
|
@ -79,8 +79,9 @@ FindFileWindow::FindFileWindow(const Workspace& wspc, const String& actualPackag
|
|||
list.AddColumn("Package");
|
||||
list.WhenLeftDouble = Acceptor(IDOK);
|
||||
list.SetLineCy(max(Zy(16), Draw::GetStdFontCy()));
|
||||
list.EvenRowColor();
|
||||
list.HorzGrid(false);
|
||||
list.MultiSelect();
|
||||
list.WantFocus(false);
|
||||
mask.NullText("Search");
|
||||
mask.SelectAll();
|
||||
mask.SetFilter(CharFilterFindFileMask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue