Page 1 of 1

Thumbnails pane -- Background color

Posted: Wed Nov 15, 2017 7:12 pm
by elm1430
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.

Re: Thumbnails pane -- Background color

Posted: Wed Nov 15, 2017 9:30 pm
by XnTriq
Welcome to the forum, elm1430.
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);
}
Please let me know if that's what you're looking for.

Re: Thumbnails pane -- Background color

Posted: Wed Nov 15, 2017 11:47 pm
by elm1430
Things are working now. Thank you. :D