mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-22 14:15:23 -06:00
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:
parent
bb71d2bbd4
commit
fa23beeb40
6 changed files with 117 additions and 24 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue