increased padding between icon elements

pull/9/head
parent f7527b9436
commit eaafd607cd

@ -181,6 +181,7 @@
<property name="margin-top">10</property>
<property name="margin-bottom">5</property>
<property name="label" context="Would you like to read documentation in the Net?" comments="Would you like to read documentation in the Net?">Would you like to read documentation in the Web?</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@ -204,6 +205,7 @@
<property name="margin-end">10</property>
<property name="label" context="You will be redirected to documentation web site, where documentation are translated and supported by community." comments="You will be redirected to documentation web site, where documentation are translated and supported by community.">You will be redirected to documentation website where documentation is translated and supported by community.</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<style>
<class name="fgnb"/>
</style>
@ -1279,7 +1281,6 @@
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-end">5</property>
<property name="resize-mode">immediate</property>
<property name="hscroll-policy">natural</property>
<child>
@ -1585,12 +1586,14 @@
<property name="item-orientation">horizontal</property>
<property name="model">liststoreTemplate</property>
<property name="item-width">135</property>
<property name="row-spacing">0</property>
<property name="column-spacing">0</property>
<property name="item-padding">0</property>
<property name="row-spacing">2</property>
<property name="column-spacing">2</property>
<property name="item-padding">5</property>
<property name="activate-on-single-click">True</property>
<child>
<object class="GtkCellRendererPixbuf" id="iconPic"/>
<object class="GtkCellRendererPixbuf" id="iconPic">
<property name="xpad">2</property>
</object>
<attributes>
<attribute name="height">3</attribute>
<attribute name="xalign">1</attribute>

Loading…
Cancel
Save