mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Changed the color of UIListBox elements
This commit is contained in:
parent
32f507ce15
commit
fe42511c54
1 changed files with 7 additions and 3 deletions
|
@ -279,9 +279,13 @@ void UIListBox::Draw(void)
|
|||
float aty;
|
||||
int i;
|
||||
const char *str;
|
||||
UColor selectedBG(0, 1, 1, 1);
|
||||
UColor selectedColor = UBlack;
|
||||
UColor selectedBorder = UWhite;
|
||||
//UColor selectedBG(0, 1, 1, 1);
|
||||
//UColor selectedColor = UBlack;
|
||||
//UColor selectedBorder = UWhite;
|
||||
// Changed in 2.0
|
||||
UColor selectedBG(0.2, 0.18, 0.015);
|
||||
UColor selectedColor(0.9, 0.8, 0.6);
|
||||
UColor selectedBorder(0.315, 0.27, 0.0225);
|
||||
|
||||
aty = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue