No subject

Caolán McNamara caolanm at redhat.com
Fri Jan 29 09:27:26 UTC 2021


On Thu, 2021-01-28 at 22:25 +0100, Dante Doménech wrote:
> starmath/uiconfig/smath/ui/smathsettings.ui:350 WARNING: 'GtkLabel'
> 'label6' does not specify what it labels within 'GtkFrame'
> 'contents1' 

label6 is "Scaling SmEditWindow:" and it is beside the smzoom
SpinButton and is surely a label for the smzoom so smzoom should be set
as the mnemonic target for label6.

If using the glade editor, then click on label6, click on "general"
tab, enable "Use underlne" which changes the selector widget beside it
to sensitive, click its select area and from the resulting dialog pick
"smzoom" as the target.

If you wanted to do it manually the properties to add to label6 are
<property name="use-underline">True</property>
<property name="mnemonic-widget">smzoom</property> 



More information about the LibreOffice mailing list