GNOME Bugzilla – Bug 672043
Remove ':' from labels
Last modified: 2012-05-30 02:13:05 UTC
In http://bugzilla-attachments.gnome.org/attachment.cgi?id=209607 the labels don't contain a trailing ':'. We should remove them in this widget but also in account widgets. Labels should have a different colour to be distinguished. g-c-c uses: <style> <class name="dim-label"/> </style>
http://cgit.collabora.com/git/user/danni/empathy.git/log/?h=ui-work-672043
You should use GTK_STYLE_CLASS_DIM_LABEL (introduced in Gtk+ 3.5.1). The personnal settings widget is pushed to the right border here: http://people.collabora.com/~cassidy/accounts.jpg Advanced settings of XMPP and SIP haven't been updated. We still have to update the generated widgets and a bunch of other ones.
(In reply to comment #2) > You should use GTK_STYLE_CLASS_DIM_LABEL (introduced in Gtk+ 3.5.1). Fixed. > The personnal settings widget is pushed to the right border here: > http://people.collabora.com/~cassidy/accounts.jpg Fixed. > Advanced settings of XMPP and SIP haven't been updated. I decided not to dim the labels because it looks strange on white. Also it looks strange to mix right aligned labels and comboboxes, feel free to overrule me. > We still have to update the generated widgets and a bunch of other ones. Done.
(In reply to comment #3) > > Advanced settings of XMPP and SIP haven't been updated. > > I decided not to dim the labels because it looks strange on white. Also it > looks strange to mix right aligned labels and comboboxes, feel free to overrule > me. Let's start like that for now. Looks good, thanks for your branch.
Merged. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.