Pacman page description wrapping

pull/300/head
parent e4246b5ea5
commit 13c5b0db4d

@ -3613,6 +3613,7 @@ Select a different installation source.</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">PacmanSoftwareAllList</property> <property name="model">PacmanSoftwareAllList</property>
<property name="search-column">0</property> <property name="search-column">0</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>
@ -3665,7 +3666,10 @@ Select a different installation source.</property>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Description</property> <property name="title" translatable="yes">Description</property>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText">
<property name="wrap-mode">word-char</property>
<property name="wrap-width">250</property>
</object>
<attributes> <attributes>
<attribute name="text">3</attribute> <attribute name="text">3</attribute>
</attributes> </attributes>
@ -3729,6 +3733,7 @@ Select a different installation source.</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">PacmanSoftwareChosenList</property> <property name="model">PacmanSoftwareChosenList</property>
<property name="search-column">0</property> <property name="search-column">0</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>
@ -3781,7 +3786,10 @@ Select a different installation source.</property>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Description</property> <property name="title" translatable="yes">Description</property>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText">
<property name="wrap-mode">word-char</property>
<property name="wrap-width">250</property>
</object>
<attributes> <attributes>
<attribute name="text">3</attribute> <attribute name="text">3</attribute>
</attributes> </attributes>

Loading…
Cancel
Save