filebrowser: simplify code using font pointers and ...

... make size, time and mode fields scale with fontsize
This commit is contained in:
Stefan Seyfried
2013-03-25 17:35:29 +01:00
committed by [CST] Focus
parent 1ee9088f28
commit 6bb85ef71d
2 changed files with 26 additions and 24 deletions

View File

@@ -146,6 +146,9 @@ class CFileBrowser
{
private:
CFrameBuffer *frameBuffer;
Font *fnt_title;
Font *fnt_item;
Font *fnt_small;
CFileList selected_filelist;
bool readDir(const std::string & dirname, CFileList* flist);