Commit 151a13ff authored by Dan Pascu's avatar Dan Pascu

Set some properties for the contacts list view

parent 1cedf745
......@@ -289,7 +289,14 @@
<number>0</number>
</property>
<item>
<widget class="QListView" name="contact_list"/>
<widget class="QListView" name="contact_list">
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment