wacom: Make images have a width of 1
So they're the same width as the navigation buttons
This commit is contained in:
parent
485dc70e28
commit
eb82ee2205
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
|||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="width">2</property>
|
||||
<property name="width">1</property>
|
||||
<property name="height">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="width">2</property>
|
||||
<property name="width">1</property>
|
||||
<property name="height">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
|
Loading…
Add table
Reference in a new issue