forked from AuroraMiddleware/gtk
inspector: Make cursor-size combo wider
Cursor sizes typically have 2 digits, lets not clip them.
This commit is contained in:
parent
00aca5d689
commit
d28959c6db
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user