Work on Ascension Backport
This commit is contained in:
@@ -84,7 +84,7 @@ function Details222.OptionsPanel.InitializeOptionsWindow(instance)
|
||||
frameBackgroundTextureTopLine:SetPoint("topleft", optionsFrame, "topleft", startX-9, divisorYPosition)
|
||||
frameBackgroundTextureTopLine:SetPoint("topright", optionsFrame, "topright", -1, divisorYPosition)
|
||||
frameBackgroundTextureTopLine:SetHeight(1)
|
||||
frameBackgroundTextureTopLine:SetColorTexture(0.1215, 0.1176, 0.1294)
|
||||
frameBackgroundTextureTopLine:SetTexture(0.1215, 0.1176, 0.1294)
|
||||
frameBackgroundTextureTopLine:Hide()
|
||||
|
||||
--divisor shown in the left side of the tab options area
|
||||
@@ -92,13 +92,13 @@ function Details222.OptionsPanel.InitializeOptionsWindow(instance)
|
||||
frameBackgroundTextureLeftLine:SetPoint("topleft", frameBackgroundTextureTopLine, "topleft", 0, 0)
|
||||
frameBackgroundTextureLeftLine:SetPoint("bottomleft", optionsFrame, "bottomleft", startX-9, 1)
|
||||
frameBackgroundTextureLeftLine:SetHeight(1)
|
||||
frameBackgroundTextureLeftLine:SetColorTexture(0.1215, 0.1176, 0.1294)
|
||||
frameBackgroundTextureLeftLine:SetTexture(0.1215, 0.1176, 0.1294)
|
||||
frameBackgroundTextureLeftLine:Hide()
|
||||
|
||||
local frameBackgroundTexture = optionsFrame:CreateTexture(nil, "artwork")
|
||||
frameBackgroundTexture:SetPoint("topleft", optionsFrame, "topleft", startX-9, divisorYPosition-1)
|
||||
frameBackgroundTexture:SetPoint("bottomright", optionsFrame, "bottomright", -1, 0)
|
||||
frameBackgroundTexture:SetColorTexture (0.2317647, 0.2317647, 0.2317647)
|
||||
frameBackgroundTexture:SetTexture (0.2317647, 0.2317647, 0.2317647)
|
||||
frameBackgroundTexture:SetVertexColor (0.27, 0.27, 0.27)
|
||||
frameBackgroundTexture:SetAlpha (0.3)
|
||||
frameBackgroundTexture:Hide()
|
||||
|
||||
Reference in New Issue
Block a user