filebrowser: simplify code using font pointers and ...

... make size, time and mode fields scale with fontsize


Origin commit data
------------------
Commit: 6bb85ef71d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
This commit is contained in:
Stefan Seyfried
2013-03-25 17:35:29 +01:00
committed by [CST] Focus
parent d4ca138d16
commit a8e77f8b06
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);