filebrowser: simplify code using font pointers and ...

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6bb85ef71d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-03-25 17:35:29 +01:00
committed by [CST] Focus
parent 1a52a851d2
commit 43d4b450a9
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);