Size of box
Submitted by gretalloyd on Mon, 18/07/2016 - 16:22
Hi,
Very simple question I can't figure out the answer to.
I'd like to increase the size of the text box that pops up on the screen when at item is automatically invoiced through customer orders.
I think it's an archetype, but can't figure out where.
Thanks,
Greta
Re: Size of box
This is controlled by default.stylesheet, via the style:
You can customise this by creating a file named site.stylesheet, located in <TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/style, containing the following:
The InformationDialog.Compact.width property comes from <TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/style/default.properties and is defined as:
which calculates as 420 pixels on screen sizes >= 1024x768.
You can give the width a fixed pixel value e.g.:
Note that this has been improved in subsequent releases, and this change shouldn't be required.
Re: Size of box
Great! Thanks Tim