Hi all,
my question is about how image scale should be defined in rich text tag. I've tried different versions of the same definition in my .ui file but it always fails as unknown image option.
Here is my last code.
<?xml version="1.0" encoding="utf-8"?>
<ui version="1.0">
<window name="rpci_wnd" export="1" height="539">
<hbox align="expand" background="1">
<label align="expand" width="579">
<text rich="1">
<image src="gui/gui_white.png" scale=%40 color="#00ff00"/>FS4<right/>This is right aligned text</text>
</label>
</hbox>
</window>
</ui>
Thanks in advance.