helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
32 stars 8 forks source link

Alternating row colors for Details view #42

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Use alternating row colors for Details view like QTableView/QTableWidget setAlternatingRowColors(true).

image

The alternate color itself is defined in the stylesheet that we are loading:

https://github.com/helloSystem/QtPlugin/blob/4705ee86c4f3563042bd52ee78fe11c98515878d/stylesheet.qss#L62

kettle-7 commented 3 years ago

Haven't you already done this?

probonopd commented 3 years ago

Indeed! https://github.com/helloSystem/Filer/commit/be263491c44794395212f2e97644b605fcaa83f2 closes this.