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-top">10</property>
<property name="margin-bottom">5</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="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> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>
@ -204,6 +205,7 @@
<property name="margin-end">10</property> <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="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="wrap">True</property>
<property name="xalign">0</property>
<style> <style>
<class name="fgnb"/> <class name="fgnb"/>
</style> </style>
@ -1279,7 +1281,6 @@
<object class="GtkViewport"> <object class="GtkViewport">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="margin-end">5</property>
<property name="resize-mode">immediate</property> <property name="resize-mode">immediate</property>
<property name="hscroll-policy">natural</property> <property name="hscroll-policy">natural</property>
<child> <child>
@ -1585,12 +1586,14 @@
<property name="item-orientation">horizontal</property> <property name="item-orientation">horizontal</property>
<property name="model">liststoreTemplate</property> <property name="model">liststoreTemplate</property>
<property name="item-width">135</property> <property name="item-width">135</property>
<property name="row-spacing">0</property> <property name="row-spacing">2</property>
<property name="column-spacing">0</property> <property name="column-spacing">2</property>
<property name="item-padding">0</property> <property name="item-padding">5</property>
<property name="activate-on-single-click">True</property> <property name="activate-on-single-click">True</property>
<child> <child>
<object class="GtkCellRendererPixbuf" id="iconPic"/> <object class="GtkCellRendererPixbuf" id="iconPic">
<property name="xpad">2</property>
</object>
<attributes> <attributes>
<attribute name="height">3</attribute> <attribute name="height">3</attribute>
<attribute name="xalign">1</attribute> <attribute name="xalign">1</attribute>

Loading…
Cancel
Save