GNOME Bugzilla – Bug 706239
Background in login history is different from all other lists
Last modified: 2013-09-16 13:25:42 UTC
Created attachment 252109 [details] screenshot While the lists in most other places are white, this list is gray.
On top of that, it makes it look a bit inactive.
Created attachment 254488 [details] [review] change background color It used to be white as you can see at the screenshot at Bug 681772, something has to be changed... Attached patch changed it's color hard, however it isn't probably the best idea due to the themes. Could you give me an example how to do that better?
(In reply to comment #2) > It used to be white as you can see at the screenshot at Bug 681772, something > has to be changed... That was probably before https://git.gnome.org/browse/gnome-themes-standard/commit/?id=a7406e56b1597ff2642a39d55433a719b0d6d477 . > Attached patch changed it's color hard, however it isn't probably the best idea > due to the themes. Could you give me an example how to do that better? Other panels use either GtkTreeView or GtkListBox. This dialog should be ported to use GtkListBox too.
Created attachment 254564 [details] [review] port to GtkListBox Thanks, it's really good point with porting to GtkListBox. So attached patch port the dialog to use GtkListBox.
Created attachment 254566 [details] screenshot of ported dialog
Created attachment 254567 [details] screenshot of the ported dialog
Review of attachment 254564 [details] [review]: Looks fine
(In reply to comment #6) > Created an attachment (id=254567) [details] > screenshot of the ported dialog Looks excellent. Thanks!
Comment on attachment 254564 [details] [review] port to GtkListBox commit 3f8d1ca21e2571d8afd871239a29dff81ff429de
UI break request approval: https://mail.gnome.org/archives/release-team/2013-September/msg00091.html