Hi guys,
I'm trying to figure out how to make the icons bigger. Right now they look a bit too small in the UI (see the red arrow in the screenshot).
I’m defining the buttons in XML like this:
<Parameter>
<Name>Row1</Name>
<Text>Length</Text>
<ValueType>Row</ValueType>
<Parameter>
<Name>ButtonList1</Name>
<Text>Length=1|Length=2|Length=3</Text>
<Value>LENGTH_1</Value> <!-- selected value -->
<ValueList>LENGTH_1|LENGTH_2|LENGTH_3</ValueList> <!-- list of possible values -->
<ValueList2>param01.png|param02.png|param03.png</ValueList2> <!-- list of picture file names -->
<ValueType>PictureButtonList</ValueType>
</Parameter>
</Parameter>
Is there any way to change the image size using Python code?