Change default setting for maintain proportions

Next
 From:  MRG (MARKRG)
9452.1 
Hi,

Is there a way of setting the maintain proportions checkbox (see image) to be off by default?

Thanks
Image Attachments:
Size: 208.5 KB, Downloaded: 9 times, Dimensions: 825x1046px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9452.2 In reply to 9452.1 
Hi Mark, it's possible to make "Maintain proportions" off by default by editing the file EditSizeMenu.htm which is in the ui subfolder inside MoI's main installation folder.

Find the Initialize() function on line number 77 which looks like this:

code:
			function Initialize()
			{
				var uniform = 'true';
				...


Change it to this:

code:
			function Initialize()
			{
				var uniform = 'false';
				...


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  MRG (MARKRG)
9452.3 In reply to 9452.2 
Thanks Michael. :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All