How to change the background color?

Ideas for improvements and requests for new features in XnView MP

Moderators: helmut, XnTriq, xnview

Post Reply
stussy
Posts: 24
Joined: Fri Feb 20, 2009 10:14 am

How to change the background color?

Post by stussy »

  • <!-- Moderator's note: This topic has been split-off from “XnViewMP 0.39”. //-->
nice release, now with exr support :) and fast :D

I have one question concerning the GUI

How can I change the background color?

Image

cheers

stussy
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: How to change the background color?

Post by xnview »

You can edit the theme
Pierre.
User avatar
Brother Gabriel-Marie
Posts: 286
Joined: Thu Aug 23, 2007 2:33 pm
Location: United States

Re: How to change the background color?

Post 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.
Daniel68FR
Posts: 27
Joined: Tue May 29, 2012 6:32 am

Re: How to change the background color?

Post 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
Capture.PNG (41.62 KiB) Viewed 4971 times
User avatar
Brother Gabriel-Marie
Posts: 286
Joined: Thu Aug 23, 2007 2:33 pm
Location: United States

Re: How to change the background color?

Post 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.
Post Reply