#2225 - Fix mdagr list box colors

This commit is contained in:
PabstMirror 2015-08-22 20:53:29 -05:00
parent 3eae83439b
commit 3df5b82402

View File

@ -711,14 +711,18 @@ class controls {
y = Y_PART(2);
w = W_PART(24.6);
h = H_PART(19);
onLBDblClick = QUOTE(_this call FUNC(appSettingsLBClick));
// onLBDblClick = QUOTE(_this call FUNC(appSettingsLBClick));
onLBSelChanged = QUOTE(_this call FUNC(appSettingsLBClick));
sizeEx = H_PART(1.5);
sizeEx2 = H_PART(1.5);
rowHeight = H_PART(1.75);
itemSpacing = 0.001;
colorText[] = {0.75,0.75,0.75,1};
colorTextRight[] = {0.75,0.75,0.75,1};
colorSelect[] = {0.75,0.75,0.75,1};
colorSelect2[] = {0.75,0.75,0.75,1};
colorSelectRight[] = {0.75,0.75,0.75,1};
colorSelect2Right[] = {0.75,0.75,0.75,1};
colorBackground[] = {0.05,0.05,0.05,1};
colorSelectBackground[] = {0.05,0.05,0.05,1};
colorSelectBackground2[] = {0.05,0.05,0.05,1};