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:
parent
a21e302f3c
commit
c6ccecf526
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue