Save window's table can now be resized

pull/3/head
parent 7ff86ccb73
commit ab00241af5

@ -136,6 +136,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="resizable">True</property>
<property name="title" translatable="yes">Parameter</property> <property name="title" translatable="yes">Parameter</property>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText"/>
@ -149,9 +150,13 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="resizable">True</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Old value</property> <property name="title" translatable="yes">Old value</property>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText">
<property name="wrap-width">250</property>
</object>
<attributes> <attributes>
<attribute name="cell-background">4</attribute> <attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute> <attribute name="sensitive">5</attribute>
@ -162,9 +167,12 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="sizing">autosize</property>
<property name="title" translatable="yes">New value</property> <property name="title" translatable="yes">New value</property>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText">
<property name="wrap-width">250</property>
</object>
<attributes> <attributes>
<attribute name="cell-background">4</attribute> <attribute name="cell-background">4</attribute>
<attribute name="sensitive">5</attribute> <attribute name="sensitive">5</attribute>

Loading…
Cancel
Save