Change default setting for maintain proportions
All  1  2-3

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

 

 
 
Show messages: All  1  2-3