SpoutWallet

SpoutWallet

18.4k Downloads

GUI not scaling

darkcloud784 opened this issue ยท 4 comments

commented

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:

http://www.sonicrainboom.com/janked.png

commented

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.

commented

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.

commented

I fixed it with the last commit. New version after I work out some code updates and a new feature.

commented

excellent - hopefully this resolves it without issue.