comparison Devian.lua @ 2:77adceb8ebe4 v1.1

maxlines adjustment TODO: make this a config param
author Nenue
date Fri, 18 Dec 2015 04:09:42 -0500
parents a13243a4118b
children 247118593c66
comparison
equal deleted inserted replaced
1:a13243a4118b 2:77adceb8ebe4
117 else self:ScrollDown() end 117 else self:ScrollDown() end
118 end 118 end
119 end) 119 end)
120 120
121 f:ScrollToBottom() 121 f:ScrollToBottom()
122 f:SetMaxLines(100) 122 f:SetMaxLines(500)
123 f:SetInsertMode('BOTTOM') 123 f:SetInsertMode('BOTTOM')
124 f:SetPoint('BOTTOMLEFT', GENERAL_CHAT_DOCK, 'TOPLEFT', 0, 25) 124 f:SetPoint('BOTTOMLEFT', GENERAL_CHAT_DOCK, 'TOPLEFT', 0, 25)
125 f:SetPoint('TOPRIGHT', UIParent, 'TOP', 0, 0- PlayerFrame:GetHeight()) 125 f:SetPoint('TOPRIGHT', UIParent, 'TOP', 0, 0- PlayerFrame:GetHeight())
126 f:SetFrameStrata('BACKGROUND') 126 f:SetFrameStrata('BACKGROUND')
127 f:SetFont([[Interface\Addons\Turok\Media\font\SourceCodePro-Regular.ttf]], 14, 'NONE') 127 f:SetFont([[Interface\Addons\Turok\Media\font\SourceCodePro-Regular.ttf]], 14, 'NONE')