CtrlLib, Draw: New UHD scaler, fixed FileSel::SelectDir layout

git-svn-id: svn://ultimatepp.org/upp/trunk@8817 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-08-18 17:56:00 +00:00
parent bb71d2bbd4
commit fa23beeb40
6 changed files with 117 additions and 24 deletions

View file

@ -1636,13 +1636,13 @@ bool FileSel::Execute(int _mode) {
sort_lbl.Hide();
ok.SetLabel(t_("&Select"));
Logc p = filename.GetPos().y;
int q = ok.GetPos().y.GetA() + ok.GetPos().y.GetB() + 8;
int q = ok.GetPos().y.GetA() + ok.GetPos().y.GetB() + Zy(8);
p.SetA(q);
filename.SetPosY(p);
filesize.SetPosY(p);
filetime.SetPosY(p);
p = splitter.Ctrl::GetPos().y;
p.SetB(q + 20);
p.SetB(q + Zy(20));
splitter.SetPosY(p);
LogPos ps = search.GetPos();
LogPos pl = sort_lbl.GetPos();