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

@ -6172,7 +6172,7 @@ Custom</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="notify_gmail_checkbutton">
<property name="visible">True</property>
@ -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>