In some themes there is a "light" spot on the right side of the menu bar. This wasn't the case in xfce 4.14. Is this a bug in thunar or should the themes be modified?
Numix:
You can also see a difference in Adwaita:
Version: thunar 4.16.0
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
Meh, such a small spinner causing so much trouble.
Difference to 4.14 is, that the spinner in 4.14, only was visible when it was active. Since its not part of the menu any more, now that is not sufficient when the menu is hidden. (#394 (closed))
Could we not just revert all the changes (e2df02f8, e959cd8f and bad4150b) and replace the deprecated function call with g_object_set (G_OBJECT (item), "right-justified", TRUE, NULL)?
Indeed, revert and g_object_set (G_OBJECT (item), "right-justified", TRUE, NULL); seems to do the job .. did not know that we just can set the prop like this.
Even when spinning, I did not see any glitch when testing with Numix.