Is it possible to remove the shadows around spinbutton?
It's not so obvious on other background.
And I checked the changelog, which reads
"2009-01-04 Andrea Cimitan <andrea.cimitan@gmail.com>
* src/cairo-support.c (murrine_draw_lightborder),
(murrine_draw_glaze):
Removed horizontal parameter to lightborder,
this fixes spinbuttons, but could break vertical widgets,
please test and report bugs if you see a misplacement
of the lightborder." Does this has sth to do with the problem? I've added more screenshots of different themes/engeins. Almost all of them have the same problem, some may not so obvious, especially when on lighter bgs.
(murrine_draw_glaze):
Removed horizontal parameter to lightborder,
this fixes spinbuttons, but could break vertical widgets,
please test and report bugs if you see a misplacement
of the lightborder." Does this has sth to do with the problem? I've added more screenshots of different themes/engeins. Almost all of them have the same problem, some may not so obvious, especially when on lighter bgs.
| Attachment | Size |
|---|---|
| spinbutton.png | 1.39 KB |
| aurorasmooth-systemmonitor.png | 1.15 KB |
| clearlooks-systemmonitor.png | 1.3 KB |
| murrinacandido-systemmonitor.png | 1.05 KB |
| murrinachrome-systemmonitor.png | 1.27 KB |
| murrinacream-systemmonitor.png | 1.24 KB |
| nodokasilver-systemmonitor.png | 1.23 KB |
| unity-systemmonitor.png | 1.29 KB |
This is not a shadow, is a
Maybe there could be some workarounds in the code, will take a look later.
other themes works... so I
Again? Well, I'll look at
Hello, i've taken several
Murrine and clearlooks are
Alright, could you please
Now I can confirm it's a
{
#bg[NORMAL] = shade (0.95, @bg_color) # we need to fix rectangular border bug on spinbutton
bg[INSENSITIVE] = shade (0.99, @bg_color) engine "murrine"
{
gradient_shades = {1.02,1.00,0.99,0.95}
}
}
Post new comment