diff --git a/frames/window_main.lua b/frames/window_main.lua index cb2bbda9..6fe64a8f 100644 --- a/frames/window_main.lua +++ b/frames/window_main.lua @@ -7949,7 +7949,8 @@ function _detalhes:AttributeMenu (enabled, pos_x, pos_y, font, size, color, side if (not self.menu_attribute_string) then - local label = gump:NewLabel (self.floatingframe, nil, "DetailsAttributeStringInstance" .. self.meu_id, nil, "", "GameFontHighlightSmall") + --local label = gump:NewLabel (self.floatingframe, nil, "DetailsAttributeStringInstance" .. self.meu_id, nil, "", "GameFontHighlightSmall") + local label = gump:NewLabel (self.baseframe, nil, "DetailsAttributeStringInstance" .. self.meu_id, nil, "", "GameFontHighlightSmall") self.menu_attribute_string = label self.menu_attribute_string.text = _detalhes:GetSubAttributeName (self.atributo, self.sub_atributo) self.menu_attribute_string.owner_instance = self diff --git a/images/spec_icons_normal_alpha.tga b/images/spec_icons_normal_alpha.tga index bd32da0f..b9d7378d 100644 Binary files a/images/spec_icons_normal_alpha.tga and b/images/spec_icons_normal_alpha.tga differ