GUI not scaling
darkcloud784 opened this issue ยท 4 comments
My config:
UpdateSpeed: 20
yOffset: 3
Funds: You have %s.
xOffset: 3
Rank: 'Your rank is: #%s'
location: BOTTOM_RIGHT
color:
rank:
red: 255
blue: 255
green: 255
funds:
red: 255
blue: 255
green: 255
ignoreEssentials: true
ShowRank: false
What I see:
OK, I have a ball park idea as to why this happens. My warning fix was quick and rather dirty. I also never checked the XX_CENTER and XX_RIGHT options after the fix.
Why I think this happens: a line for each label that sets hight and width. EX. fundsLable.setHeight(427).setWidth(240); I'm going to try a few things and see if they solve it.
Yea I just started doing plugins so I'm not into GUI's or anchors. Let me know if theres anything I personally can do.
I fixed it with the last commit. New version after I work out some code updates and a new feature.