mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-17 02:38:33 -05:00
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>