Skip to content

st: Do not use markup in button labels

It sounds strange that buttons would admit Pango markup in their label text. It sounds better to default to plain text, and let users wanting markup to access the child directly.

This also makes the first label being set consistent with later text being assigned wrt markup usage, since the non-markup ClutterText is used if the child is already present and of the expected type.

Merge request reports