don't show header in emoticonManager so that cellrenderer correctly compute the area to redraw

This commit is contained in:
Yann Leboulanger 2006-01-07 18:38:18 +00:00
parent 297976a511
commit 605706f4b0
1 changed files with 2 additions and 2 deletions

View File

@ -12362,7 +12362,7 @@ Static</property>
<widget class="GtkTreeView" id="emoticons_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>