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());