added suffix (px) to shadow spinboxes.
This commit is contained in:
parent
6082ebfaa4
commit
ff1ba460ec
1 changed files with 10 additions and 2 deletions
|
@ -90,10 +90,18 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="KIntSpinBox" name="shadowSize"/>
|
<widget class="KIntSpinBox" name="shadowSize">
|
||||||
|
<property name="suffix">
|
||||||
|
<string>px</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="KIntSpinBox" name="verticalOffset"/>
|
<widget class="KIntSpinBox" name="verticalOffset">
|
||||||
|
<property name="suffix">
|
||||||
|
<string>px</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue