|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<property name="model">InfoList</property>
|
|
|
|
|
<property name="headers-visible">False</property>
|
|
|
|
|
<property name="enable-search">False</property>
|
|
|
|
|
<property name="enable-grid-lines">vertical</property>
|
|
|
|
|
<property name="enable-grid-lines">both</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
|
<property name="mode">none</property>
|
|
|
|
|
@ -48,7 +48,10 @@
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">column</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="wrap-mode">word</property>
|
|
|
|
|
<property name="wrap-width">150</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
|