0ac286bc27
Plugins using a QListView widget (e.g. obs-ptz) do not get the theme settings that are applied to QListWidget. However, QListWidget directly inherits from QListView, so a theme specifying the QListView will also get applied to QListWidget. Change the themes to all specify QListView so that theming is consistent. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>