don't show header in emoticonManager so that cellrenderer correctly compute the area to redraw
This commit is contained in:
parent
297976a511
commit
605706f4b0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue