Quantcast

Give the widget a default color of blue

Scott Sibley [09-11-10 - 10:55]
Give the widget a default color of blue
Filename
Modules/Histograms.lua
diff --git a/Modules/Histograms.lua b/Modules/Histograms.lua
index 7a37873..2e9486f 100644
--- a/Modules/Histograms.lua
+++ b/Modules/Histograms.lua
@@ -146,6 +146,7 @@ local options = {
 				point = {"TOPLEFT", "GameTooltip", "BOTTOMLEFT", 0, -50},
 				texture = LSM:GetDefault("statusbar"),
 				expression = "return random(100)",
+				color = "return 0, 0, 1"
 			}
 			StarTip:RebuildOpts()
 			createHistograms()