Remove content-view style from commit list

This commit is contained in:
Ignacio Casal Quinteiro 2013-03-17 11:41:54 +01:00
parent 34fcdceda5
commit 11dbccf635
2 changed files with 0 additions and 6 deletions

View file

@ -86,9 +86,6 @@ namespace GitgGtk
lanes_data_func);
}
}
var context = get_style_context();
context.add_class("content-view");
}
}
}

View file

@ -14,9 +14,6 @@
<property name="rules_hint">True</property>
<property name="fixed-height-mode">True</property>
<property name="headers-visible">False</property>
<style>
<class name="content-view"/>
</style>
<child>
<object class="GtkTreeViewColumn" id="column_commit_list_subject">
<property name="title" translatable="yes">Subject</property>