Skip to content

Commit

Permalink
Merge branch 'alternatingrowcolors' into 'master'
Browse files Browse the repository at this point in the history
Launcher: Alternate row colors in directory and archive list

See merge request OpenMW/openmw!4338
  • Loading branch information
psi29a committed Aug 25, 2024
2 parents ea6561a + 3a9e6de commit 50465a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/launcher/ui/datafilespage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<layout class="QGridLayout" name="dirTabLayout">
<item row="0" column="0">
<widget class="QListWidget" name="directoryListWidget">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
Expand Down Expand Up @@ -173,6 +176,9 @@
<layout class="QGridLayout" name="archiveTabLayout">
<item row="0" column="0">
<widget class="QListWidget" name="archiveListWidget">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
Expand Down

0 comments on commit 50465a3

Please sign in to comment.