Skip to content

Commit

Permalink
Merge pull request #116 from fritogotlayed/DUWSR-113
Browse files Browse the repository at this point in the history
Fix for DUWSR-113 and DUWSR-11
  • Loading branch information
fritogotlayed committed Sep 25, 2015
2 parents 5b55746 + 47d9a16 commit 803c1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dialog/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class RscCombo
colorSelect[] = {0.023529,0,0.0313725,1};
colorText[] = {0.023529,0,0.0313725,1};
colorBackground[] = {0.95,0.95,0.95,1};
colorScrollbar[] = {0.023529,0,0.0313725,1};
colorComboScrollbar[] = {0.023529,0,0.0313725,1};
soundSelect[] = {"",0.1,1};
soundExpand[] = {"",0.1,1};
soundCollapse[] = {"",0.1,1};
Expand Down Expand Up @@ -232,7 +232,7 @@ class RscListBox
h = 0.4;
rowHeight = 0;
colorText[] = {0.8784,0.8471,0.651,1};
colorScrollbar[] = {0.95,0.95,0.95,1};
colorComboScrollbar[] = {0.95,0.95,0.95,1};
colorSelect[] = {0.95,0.95,0.95,1};
colorSelect2[] = {0.95,0.95,0.95,1};
colorSelectBackground[] = {0,0,0,1};
Expand Down

0 comments on commit 803c1c9

Please sign in to comment.