Jump to content

[General] - Two graphical issues for spinner


Some1

Recommended Posts

Bug Submission:

Category: General
Issue Title: Two graphical issues for spinner
Issue Description:

 

On the first image there is nearly impossible to read the text. I would have made it a little bit darker.

On the second one the text doesn't fit inside the spinner.
NB5J5nz.png
Steps to Reproduce: See above

B.t.w. Could you please init this part inside the spinner constructor?
 

local spinfont = { font = BUTTONFONT, size = 30 }local spinfontlean = { font = BUTTONFONT, size = 30 }

The spinner class is defined prior to mod loading queue, so all spinners obtain default BUTTONFONT value.

At the moment, If I want to use my own font file, I'd have to hook on the spinner class to reassign the spinner text font.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...