Posted December 6, 20186 yr comment_25458 Hey everyone, Thought this thread was a little dead so I thought I would start posting some stuff. The text lag everyone is experiencing with the new Valius release can be fixed by going to ClientFrame.java and changing this: if (resizable) { setMinimumSize(new Dimension(766 + insets.left + insets.right, 555 + insets.top + insets.bottom)); } To this: if (resizable) { setMinimumSize(new Dimension(770 + insets.left + insets.right, 560 + insets.top + insets.bottom)); }
January 16, 20196 yr comment_26630 Got any other fixes? Like the bank that if you have items on a tab, but if you main tab gets empty it crashes. Thanks for this, will deff use!
Create an account or sign in to comment