Design edits

pull/4/head
parent e0a890bd82
commit ef45529423

@ -190,6 +190,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</packing>
</child>
</object>
<object class="GtkTreeStore" id="RepoStore">
<columns>
<!-- column-name GdkPixbuf1 -->
<column type="GdkPixbuf"/>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">65536</property>
<property name="step-increment">1</property>
@ -539,14 +547,6 @@ translated and supported by community.</property>
</object>
</child>
</object>
<object class="GtkTreeStore" id="treestore1">
<columns>
<!-- column-name GdkPixbuf1 -->
<column type="GdkPixbuf"/>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="MainWindow">
<property name="width-request">800</property>
<property name="height-request">600</property>
@ -928,9 +928,9 @@ translated and supported by community.</property>
<object class="GtkTreeView" id="RepoTree">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="model">treestore1</property>
<property name="model">RepoStore</property>
<property name="headers-visible">False</property>
<property name="expander-column">treeviewcolumn1</property>
<property name="expander-column">treeviewcolumn2</property>
<property name="level-indentation">5</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
@ -941,13 +941,19 @@ translated and supported by community.</property>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
<property name="title" translatable="yes">column</property>
<child>
<object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="pixbuf">0</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
@ -1678,7 +1684,7 @@ translated and supported by community.</property>
<widget name="PortSpin"/>
</widgets>
</object>
<object class="GtkSizeGroup">
<object class="GtkSizeGroup" id="ed">
<widgets>
<widget name="SignatureLabel"/>
<widget name="ComponentsLabel"/>

Loading…
Cancel
Save