Page 2 of 2

Re: App background colors

Posted: Fri Nov 13, 2015 10:44 pm
by Rebellious
xnview wrote:
Rebellious wrote:Yes

Check source code in gnome-color-chooser
so i think that it's a problem on QT5 side...
Yes, that's the boring part, testing and making all the small stuff work. :)

Maintaining several versions on different platforms would make my brain explode. I might even have bad dreams at night.

Re: App background colors

Posted: Wed Nov 25, 2015 7:49 am
by Erekle
Rebellious wrote:This is 0.72 x64 in Mint 13
On XP 0.72 looks as newer versions...
I adjusted another color, how was suggested here - http://newsgroup.xnview.com/viewtopic.p ... 14#p122253 - but now tree pane and toolbars are black, which is so hurt for eyes and icons visibility, as bright white. :)
Is it possible on XP to set toolbars and status bar in XP system color (RGB 236 233 216), and tree pane, preview and thumbnails pane background - in one color, not white and not black?

Re: App background colors

Posted: Thu Nov 26, 2015 6:15 pm
by XnTriq
Erekle wrote:I adjusted another color, how was suggested here - http://newsgroup.xnview.com/viewtopic.p ... 14#p122253 - but now tree pane and toolbars are black, which is so hurt for eyes and icons visibility, as bright white. :)
Is it possible on XP to set toolbars and status bar in XP system color (RGB 236 233 216), and tree pane, preview and thumbnails pane background - in one color, not white and not black?
Does the following QSS…

Code: Select all

QToolBar:horizontal {
background-color: rgb(236, 233, 216);
}
… have the desired effect, Erekle?

Re: App background colors

Posted: Fri Nov 27, 2015 1:59 am
by Erekle
XnTriq wrote:Does the following QSS…
Oh, as said, do not give a fish to hungry, but teach him, how to fish. :D
It is not the final variant, but already quite good.
Great thanks!

Image

Re: App background colors

Posted: Fri Nov 27, 2015 3:15 am
by XnTriq
Erekle wrote:It is not the final variant, but already quite good.
8)

PS: Status Bar Styling Issue

Re: App background colors

Posted: Fri Apr 22, 2016 3:20 pm
by Rebellious
Thanks Pierre, it's fixed in version 0.79 x64 Linux

Keyboard events Rotate (Ctrl+Shift+L/R) still not responding, neither does Delete file in full screen. Same for Comment (Ctrl+D), seems there is a zorder problem with dialogue boxes in full-screen (message boxes not raising or getting focus).

Is it possible to add Space key for cmd_fileNext?

Re: App background colors

Posted: Fri Apr 22, 2016 4:53 pm
by m.Th.
Rebellious wrote:Thanks Pierre, it's fixed in version 0.79 x64 Linux

Keyboard events Rotate (Ctrl+Shift+L/R) still not responding, neither does Delete file in full screen. Same for Comment (Ctrl+D), seems there is a zorder problem with dialogue boxes in full-screen (message boxes not raising or getting focus).

Is it possible to add Space key for cmd_fileNext?
Please get your request out from this thread. It is off-topic here and it will be most probably ignored. In fact, the best practice in order to get your problems solved is to split your problems in one problem per forum topic.