Jump to content

Featured Replies

Posted
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));
		}

 

  • 1 month later...
  • 1 month later...
  • 3 weeks later...
  • 11 months later...
  • 1 year later...
  • 2 weeks later...
  • 1 month later...
  • 7 months later...
  • 1 month later...

Create an account or sign in to comment