<div dir="ltr"><div>Got it, a lot of thanks! It was the last piece of the puzzle. Now I get this:</div><div>Does <b>0 new warnings</b> mean everything is OK?<br></div><div><br></div><div>[PRL] CustomTarget/postprocess/images/commandimagelist.ilst<br>Suppression file: /home/uv/Downloads/libreoffice/solenv/sanitizers/ui/modules/smath.suppr<br>False positive file: /home/uv/Downloads/libreoffice/solenv/sanitizers/ui/modules/smath.false<br><b>0 new warnings</b> (36 suppressed by /home/uv/Downloads/libreoffice/solenv/sanitizers/ui/modules/smath.suppr, please fix them)<br>Explanations are available on <a href="https://wiki.documentfoundation.org/Development/Accessibility">https://wiki.documentfoundation.org/Development/Accessibility</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie, 29 ene 2021 a las 10:27, Caolán McNamara (<<a href="mailto:caolanm@redhat.com">caolanm@redhat.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 2021-01-28 at 22:25 +0100, Dante Doménech wrote:<br>
> starmath/uiconfig/smath/ui/smathsettings.ui:350 WARNING: 'GtkLabel'<br>
> 'label6' does not specify what it labels within 'GtkFrame'<br>
> 'contents1' <br>
<br>
label6 is "Scaling SmEditWindow:" and it is beside the smzoom<br>
SpinButton and is surely a label for the smzoom so smzoom should be set<br>
as the mnemonic target for label6.<br>
<br>
If using the glade editor, then click on label6, click on "general"<br>
tab, enable "Use underlne" which changes the selector widget beside it<br>
to sensitive, click its select area and from the resulting dialog pick<br>
"smzoom" as the target.<br>
<br>
If you wanted to do it manually the properties to add to label6 are<br>
<property name="use-underline">True</property><br>
<property name="mnemonic-widget">smzoom</property> <br>
<br>
</blockquote></div>