From 367425bbd5489577c35bc64702bbdfcb09734294 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 1 Sep 2015 12:02:18 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@8885 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/ColumnList.cpp | 2 +- uppsrc/CtrlLib/FileList.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uppsrc/CtrlLib/ColumnList.cpp b/uppsrc/CtrlLib/ColumnList.cpp index b891186a1..382fad642 100644 --- a/uppsrc/CtrlLib/ColumnList.cpp +++ b/uppsrc/CtrlLib/ColumnList.cpp @@ -245,7 +245,7 @@ dword ColumnList::SwapKey(dword key) return K_DOWN; } } - return key; + return key; } bool ColumnList::Key(dword _key, int count) { diff --git a/uppsrc/CtrlLib/FileList.cpp b/uppsrc/CtrlLib/FileList.cpp index 5dc5ce090..1566fdcfb 100644 --- a/uppsrc/CtrlLib/FileList.cpp +++ b/uppsrc/CtrlLib/FileList.cpp @@ -369,8 +369,8 @@ void FileList::Sort(const Order& order) } FileList::FileList() { - iconwidth = Zx(16); - ItemHeight(max(Draw::GetStdFontCy(), DPI(18))); + iconwidth = DPI(16); + ItemHeight(max(Draw::GetStdFontCy(), DPI(17))); Ctrl::Add(edit); edit.Hide(); edit.SetFrame(BlackFrame());