GameGrid: enable uniform item sizes.

Looks much nicer this way.
This commit is contained in:
Augustin Cavalier 2014-11-26 15:37:12 -05:00
parent 9180257c4a
commit 59c4ccfa75
1 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>192</height>
<width>254</width>
<height>190</height>
</rect>
</property>
<property name="isWrapping" stdset="0">
@ -16,6 +16,9 @@
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="uniformItemSizes">
<bool>true</bool>
</property>
</widget>
<resources/>
<connections/>