Thumbnails pane -- Background color
Moderator: xnview
-
elm1430
- Posts: 2
- Joined: Wed Nov 15, 2017 6:35 pm
Thumbnails pane -- Background color
Does anyone know how to set the background color of the pane that contains the thumbnails (XnViewMP)? I want it to be the same color as the background color of the individual thumbnails. Please help.
-
XnTriq
- Forum Librarian
- Posts: 6552
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Thumbnails pane -- Background color
Welcome to the forum, elm1430.
Please let me know if that's what you're looking for.XnTriq ([url=http://newsgroup.xnview.com/viewtopic.php?p=122253#p122253]Change colour of background behind the thumbnails[/url]) wrote:Go to View » Theme » Dark theme and replace all text in style_sheet_qss tab with…
Code: Select all
MyThumbListView { background-color: rgb(143, 143, 143); }
-
elm1430
- Posts: 2
- Joined: Wed Nov 15, 2017 6:35 pm
Re: Thumbnails pane -- Background color
Things are working now. Thank you. 