Thread: RealUI
View Single Post
01-19-14, 11:03 PM   #3316
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
The only change I've made to Grid2 is removing the 'shadow' from text. This is done by adding the following line to Grid2\Modules\IndicatorText.lua -> Text_Create function.

Lua Code:
  1. Text:SetShadowOffset(0,0)

Since this is a very minor change, updating Grid2 won't cause any issues beside the shadow on text coming back.