Package info window changes

pull/207/head
parent 1fc4df6625
commit 3e3e48efc7

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

Loading…
Cancel
Save