Hey, I propose to left-align the labels in the settings dialog in the upper part. Also, the about dialog does not show up when selected in the plugin's context menu.
For the about dialog, that's been fixed recently, see Bug 4287 I'll leave this bug open to deal with the other part of the request.
Mass-reassign all bugs from florian@ to goodies-dev@, thanks for the maintenance work! (and sorry for the bugmail spam..)
Created attachment 7445 Left-align labels for time settings Turns out tables need GTK_FILL for xoptions (in gtk_table_attach()) in order to be able to horizontally align cell content to anything but the center. Makes a lot of sense, I guess. The labels themselves were right aligned (but effectively centered because of the xoption arg), so I'm guessing the original author intended them to be just that, but I decided to go for Fabian's request in the end.
Iris Ilexiris referenced this bugreport in commit 262e666865a4894a3f54ce792d8d7b7cba2ad550 Left-align labels for time settings (bug #6346) https://git.xfce.org/panel-plugins/xfce4-time-out-plugin/commit?id=262e666865a4894a3f54ce792d8d7b7cba2ad550
Thanks, pushed ! Note that for a migration to Gtk3 one should use GtkGrid instead of the deprecated GtkTable but that's another story :)