mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- don't explicitly set widths on fontstring frames so that long dogtags or huge fonts/mob names don't get cut off
This commit is contained in:
@ -518,8 +518,9 @@ function IceBarElement.prototype:CreateTexts()
|
||||
self.frame.bottomUpperText = self:FontFactory(self.moduleSettings.barFontSize, nil, self.frame.bottomUpperText)
|
||||
self.frame.bottomLowerText = self:FontFactory(self.moduleSettings.barFontSize, nil, self.frame.bottomLowerText)
|
||||
|
||||
self.frame.bottomUpperText:SetWidth(80)
|
||||
self.frame.bottomLowerText:SetWidth(120)
|
||||
-- Parnic - commented these out so that they conform to whatever width the string is set to
|
||||
-- self.frame.bottomUpperText:SetWidth(80)
|
||||
-- self.frame.bottomLowerText:SetWidth(120)
|
||||
|
||||
self.frame.bottomUpperText:SetHeight(14)
|
||||
self.frame.bottomLowerText:SetHeight(14)
|
||||
|
Reference in New Issue
Block a user