inspector: Make cursor-size combo wider

Cursor sizes typically have 2 digits, lets not clip them.
This commit is contained in:
Matthias Clasen 2016-01-17 13:23:49 -05:00
parent 00aca5d689
commit d28959c6db

View File

@ -156,6 +156,8 @@
<property name="visible">True</property>
<property name="halign">end</property>
<property name="valign">baseline</property>
<property name="max-width-chars">2</property>
<property name="width-chars">2</property>
<property name="adjustment">cursor_size_adjustment</property>
<property name="snap-to-ticks">True</property>
</object>