wacom: set a right margin to the tablet/stylus GtkImage

We want some more padding between the image and the descriptions.
This commit is contained in:
Cosimo Cecchi 2012-01-23 12:30:22 -05:00
parent a21e302f3c
commit c6ccecf526
2 changed files with 2 additions and 0 deletions

View file

@ -169,6 +169,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">input-tablet</property>
<property name="margin-right">16</property>
</object>
<packing>
<property name="left_attach">0</property>

View file

@ -71,6 +71,7 @@
<property name="halign">end</property>
<property name="valign">center</property>
<property name="stock">gtk-missing-image</property>
<property name="margin-right">16</property>
</object>
<packing>
<property name="left_attach">0</property>