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> </packing>
</child> </child>
</object> </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"> <object class="GtkAdjustment" id="adjustment1">
<property name="upper">65536</property> <property name="upper">65536</property>
<property name="step-increment">1</property> <property name="step-increment">1</property>
@ -539,14 +547,6 @@ translated and supported by community.</property>
</object> </object>
</child> </child>
</object> </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"> <object class="GtkWindow" id="MainWindow">
<property name="width-request">800</property> <property name="width-request">800</property>
<property name="height-request">600</property> <property name="height-request">600</property>
@ -928,9 +928,9 @@ translated and supported by community.</property>
<object class="GtkTreeView" id="RepoTree"> <object class="GtkTreeView" id="RepoTree">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">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="headers-visible">False</property>
<property name="expander-column">treeviewcolumn1</property> <property name="expander-column">treeviewcolumn2</property>
<property name="level-indentation">5</property> <property name="level-indentation">5</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
@ -941,13 +941,19 @@ translated and supported by community.</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn" id="treeviewcolumn2">
<property name="title" translatable="yes">column</property> <property name="title" translatable="yes">column</property>
<child> <child>
<object class="GtkCellRendererPixbuf"/> <object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="pixbuf">0</attribute>
</attributes>
</child> </child>
<child> <child>
<object class="GtkCellRendererText"/> <object class="GtkCellRendererText"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child> </child>
</object> </object>
</child> </child>
@ -1678,7 +1684,7 @@ translated and supported by community.</property>
<widget name="PortSpin"/> <widget name="PortSpin"/>
</widgets> </widgets>
</object> </object>
<object class="GtkSizeGroup"> <object class="GtkSizeGroup" id="ed">
<widgets> <widgets>
<widget name="SignatureLabel"/> <widget name="SignatureLabel"/>
<widget name="ComponentsLabel"/> <widget name="ComponentsLabel"/>

Loading…
Cancel
Save