Page 1 of 1

How do you increase the size of modal gumps?

Posted: Sun Jun 26, 2011 1:06 am
by paulo
I'm trying to do a patch for that "drag without confirmation" enhancement i talked about.

Need 3 things now: how to increase the height of a gump (in this case, gameplay settings)

How to check for a keypressed during the drop of a stack (as a modifier key, so the alternate mode can be overridden selectively, with control - for instance).

How to do a patch to the last remote svn version from the command line :)

Re: How do you increase the size of modal gumps?

Posted: Sun Jun 26, 2011 3:37 am
by Dominus
The gameplay gump can't be made any bigger/higher it's as big as the default/original resolution allows. You need to add to misc options gump.
The patch can be made via the diff svn command (svn diff > mypatch.diff).

Re: How do you increase the size of modal gumps?

Posted: Sun Jun 26, 2011 10:34 am
by paulo
Yeah, finished it, i will attach it to the RFE.

Re: How do you increase the size of modal gumps?

Posted: Sun Jun 26, 2011 10:54 am
by paulo
Attached it to a patch instead, i like attribution and am unemployed.