mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-23 05:05:30 -04:00
restaured priority queue methods, and made better context menues.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2135 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7b35b7dc6a
commit
7fd5c7ad4b
12 changed files with 207 additions and 178 deletions
|
@ -66,8 +66,8 @@ void xProgressBar::setColor()
|
|||
/* green schema */
|
||||
case 1:
|
||||
// background
|
||||
backgroundBorderColor.setRgb(3, 194, 26);
|
||||
backgroundColor.setRgb(76, 214, 93);
|
||||
backgroundBorderColor.setRgb(53, 194, 26);
|
||||
backgroundColor.setRgb(176, 214, 93);
|
||||
// progress
|
||||
gradBorderColor.setRgb(8, 77, 16);
|
||||
gradColor1.setRgb(0, 137, 16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue