mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#2225 - Fix mdagr list box colors
This commit is contained in:
parent
3eae83439b
commit
3df5b82402
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user