esteban nabetse [https://community.jboss.org/people/cacto] created the discussion
"Re: How can I set the size of designer" To view the discussion, visit: https://community.jboss.org/message/732779#732779 -------------------------------------------------------------- Same problem here, as an (ugly) workaround i replaced every '1600px' occurrence, here: [APPLICATION_SERVER_DEPLOYMENTS_PATH]/drools-guvnor/org.drools.guvnor.Guvnor/ If you are on a unix environment you can try something like this: find ./ -type f -exec sed -i 's/1600px/800px/' {} \; -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/732779#732779] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
