I am trying to deploy Tryton clients and found a puzzling thing. There are troubles with notebook view size along with the absence of image preview in Windows64 client.
Is there a way to define the vertical size of the notebook field?
[...]
</page>
<page name="Small-preview" col="4" string="Large view">
<separator id="separator-2" string="Image full" colspan="2"/>
<field name="image" widget="image" width="1280" height="1024"/>
<label name="filename"/>
<field name="filename"/>
<label name="recorded_date"/>
<field name="recorded_date"/>
</page>
</notebook>
</group>
MacOS client:
Windows10 client:
Here the same in web client: