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
Source/Core/DolphinQt/GameList

View File

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