I have a Python3 appindicator with a menu. The menu contains a Gtk.MenuItem with a text label followed by a Gtk.RadioMenuItem with a text label (and the radio button is set to active).
Under Debian 12 the beginning of the text labels line up with each other.
However on Debian 13 (and Fedora 42, Fedora 43, openSUSE Tumbleweedand Ubuntu 24.04), the text label for the radio menu item is indented slightly more (and so out of alignment with the regular menu item).
Is this intentional or a bug or something else?