[/] [branches/] [3.21/] [UI/] [PanelDivider.lua] - Blame information for rev 72
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
72 |
Kragenwar-3044 |
import "Turbine.UI"; |
2 |
|
Kragenwar-3044 |
|
3 |
|
Kragenwar-3044 |
PanelDivider = class(Turbine.UI.Label); |
4 |
|
Kragenwar-3044 |
|
5 |
|
Kragenwar-3044 |
function PanelDivider:Constructor() |
6 |
|
Kragenwar-3044 |
Turbine.UI.Label.Constructor(self); |
7 |
|
Kragenwar-3044 |
|
8 |
|
Kragenwar-3044 |
self:SetFont(Turbine.UI.Lotro.Font.TrajanPro18); |
9 |
|
Kragenwar-3044 |
self:SetForeColor(Turbine.UI.Color(244/255, 255/255, 51/255)); |
10 |
|
Kragenwar-3044 |
self:SetTextAlignment(Turbine.UI.ContentAlignment.MiddleCenter); |
11 |
|
Kragenwar-3044 |
self:SetFontStyle(Turbine.UI.FontStyle.Outline); |
12 |
|
Kragenwar-3044 |
self:SetOutlineColor(Turbine.UI.Color(0, 0, 0)); |
13 |
|
Kragenwar-3044 |
self:SetBlendMode(Turbine.UI.BlendMode.AlphaBlend); |
14 |
|
Kragenwar-3044 |
self:SetBackground("KragenPlugs/UI/Resources/options_panel_divider.tga"); |
15 |
|
Kragenwar-3044 |
end |
All times are GMT -5. The time now is 06:32 PM.