mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Zebra-color the divelist
..as suggested by Nathan: "I also wanted to "zebra" color the divelist by setting the rules-hint to TRUE. but I noticed it was already set explicitly to FALSE (even if this is the default). If this is just an accidental copy paste from some tutorial you can experiment (set it to TRUE) and see what you like most." It was indeed just copy-paste from some tutorial, and the zebra-coloring does look nicer, doesn't it? Suggested-by: Nathan Samson <nathansamson@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5c6aa56ff1
commit
13a6d0c4c2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ GtkWidget *create_dive_list(void)
|
|||
|
||||
g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
|
||||
"search-column", 0,
|
||||
"rules-hint", FALSE,
|
||||
"rules-hint", TRUE,
|
||||
NULL);
|
||||
|
||||
g_signal_connect(selection, "changed", G_CALLBACK(selection_cb), model);
|
||||
|
|
Loading…
Add table
Reference in a new issue