Add 2 pixel pad

This commit is contained in:
craig.p.drummond
2014-10-01 20:04:07 +00:00
parent 017f6c1229
commit 144b6e8bbd

View File

@@ -28,6 +28,22 @@
<property name="margin">
<number>0</number>
</property>
<item>
<spacer name="padding">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>2</width>
<height>2</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="SqueezedTextLabel" name="statsLabel"/>
</item>