Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 05 Mar 2015 09:21:11 UTC Commit: 8d19ea4c9fa7f74a3cf29db479ec5b7be11463db https://github.com/geany/geany/commit/8d19ea4c9fa7f74a3cf29db479ec5b7be11463...
Log Message: ----------- Disable "rules hint" for the Documents tab
The "rules hint" property is used to tell the theme for which TreeView even/odd rows should have a different color. This is typically used for long rows or rows which need to be visually separated for some reason.
Currently the Documents sidebar view uses it which doesn't make much sense because the row is short and neither of the other tabs in the sidebar use it.
Modified Paths: -------------- data/geany.glade
Modified: data/geany.glade 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -8164,7 +8164,6 @@ <object class="GtkTreeView" id="treeview6"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="rules_hint">True</property> </object> </child> </object>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).