mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
RunAction plugin: set alternatingRowColors for listWidget
Summary: Before: {F6824266} After: {F6824265} Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D21227
This commit is contained in:
parent
fbf7f956ff
commit
bb8a3a799f
|
@ -19,6 +19,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QListWidget" name="listWidget">
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>16</width>
|
||||
|
|
Loading…
Reference in New Issue
Block a user