Page 1 of 1
How to change the background color?
Posted: Fri Sep 09, 2011 12:28 pm
by stussy
- <!-- Moderator's note: This topic has been split-off from “XnViewMP 0.39”. //-->
nice release, now with exr support

and fast
I have one question concerning the GUI
How can I change the background color?
cheers
stussy
Re: How to change the background color?
Posted: Mon Sep 12, 2011 3:25 pm
by xnview
You can edit the theme
Re: How to change the background color?
Posted: Thu Jul 05, 2012 1:14 am
by Brother Gabriel-Marie
Hello! I want to change the color too, but I can't see any current CSS entries that will do that. I have set the background colour for the images to rgb(90, 90, 90), but when the browser-view list runs out of images, or the rows don't fit in the window, THAT background is still white. WinSpy tells me everything is Qwidget, so I can't figure out what to put in the css file to change the background of the listview.
Thanks for y'all's help! - Oh, and I am using xnviewMP 0.51.
Re: How to change the background color?
Posted: Thu Jul 05, 2012 7:02 am
by Daniel68FR
Bonjour.
For me,
/* Original setting: 180, 180, 180 -------------------------------*/
QListView{
background-color: rgb(90, 90, 90);
border: 1px solid black;
}
works fine.
You can also uncheck "Backgroud" in Options/Thumbnails/Appearance.

- Capture.PNG (41.62 KiB) Viewed 4974 times
Re: How to change the background color?
Posted: Thu Jul 05, 2012 1:52 pm
by Brother Gabriel-Marie
Oooo! I don't want to change the colour for ALL the listviews - just the one that hosts the thumbnails in browser view. I went through all the background colours in the options panel, and so the background is set in the browser-view, but not in any areas that don't have thumbnails to cause backgrounds in those squares. (clear as mud?) But I want the rest of the listviews to be normal.