Changend Uploads columns order

Changend Uploads Progressbar color

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1425 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-24 22:39:34 +00:00
parent 313d25e559
commit c3cc5c22ce
5 changed files with 98 additions and 60 deletions

View file

@ -26,13 +26,14 @@
#include "xprogressbar.h"
// Defines for upload list list columns
#define USERNAME 0
#define UNAME 1
#define ULSPEED 2
#define UTRANSFERRED 3
#define UNAME 0
#define USIZE 1
#define UTRANSFERRED 2
#define ULSPEED 3
#define UPROGRESS 4
#define USTATUS 5
#define USIZE 6
#define USERNAME 6
#define MAX_CHAR_TMP 128