Bug 66973 - shadows on icons text look more like margins
Summary: shadows on icons text look more like margins
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 15:37 UTC by Janis Blechert
Modified: 2003-11-15 17:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janis Blechert 2003-10-31 15:37:56 UTC
Version:           unknown (using KDE 3.1.9)
Compiler:          gcc version 3.2.3
OS:          Linux (i686) release 2.4.22-ck2

the shadows for the text under the desktop icons look more like margins

to reproduce:
1. right click on desktop
2. configure desktop
3. background
4. advanced options...
5. enable shadow
6. look at the 'shadows'

I use selfcompiled KDE3.2 alpha2 on Slackware 9.1
Comment 1 David Faure 2003-10-31 15:46:07 UTC
Subject: Re:  New: shadows on icons text look more like margins

> 6. look at the 'shadows'
Yes, and... ?

What do you mean by "margins"? This report is pretty vague.

Comment 2 Janis Blechert 2003-10-31 16:57:12 UTC
http://ja-el.de.vu/1.png <- this is how it looks on my box and i dont think this looks like a shadow, does it?
Comment 3 David Faure 2003-10-31 17:00:42 UTC
Subject: Re:  shadows on icons text look more like margins

On Friday 31 October 2003 16:57, you wrote:
> http://ja-el.de.vu/1.png <- this is how it looks on my box and i dont think this looks like a shadow, does it?

Maybe the name of the feature isn't 100% correct, but this is the intended effect.
The goal is that you can read the text whichever background picture you use,
so that's why the 'shadow' (the dark outline) must be all around the letters,
not just like a bottom-right shadow.

Comment 4 Janis Blechert 2003-10-31 22:42:30 UTC
it would be nice to have a real shadow so maybe you could change the name to 'enable margin' and add a feature with a real drop shadow.
Comment 5 Sashmit Bhaduri 2003-11-01 06:36:05 UTC
> it would be nice to have a real shadow

you can, just no way to do it through UI

in your kdesktoprc:

[FMSettings]
ShadowConfigName=OS X
ShadowCurrentScheme=0,1,16.0,192.0,2,4,0
ShadowEnabled=true

Comment 6 Stephan Kulow 2003-11-01 11:09:13 UTC
Subject: Re:  shadows on icons text look more like margins

Am Freitag 31 Oktober 2003 17:00 schrieb David Faure:
> so that's why the 'shadow' (the dark outline) must be all around the
> letters, not just like a bottom-right shadow.
This is the way shadows look like when the sun comes from above.
So close the bug report.

Greetings, Stephan

Comment 7 Stephan Kulow 2003-11-01 11:23:57 UTC
we could put that in the kdesktop docu I guess
Comment 8 David Faure 2003-11-14 11:16:33 UTC
Subject: kdebase/kdesktop

CVS commit by faure: 

There seems to be an agreement that the shadows should look more like shadows
(bottom-right instead of "sun above"). This makes the text easier to read
e.g. when selecting icons.
CCMAIL: 66973-done@bugs.kde.org


  M +1 -1      kshadowsettings.h   1.3


--- kdebase/kdesktop/kshadowsettings.h  #1.2:1.3
@@ -28,5 +28,5 @@
 
 // fallback configuration string
-#define DEFAULT_SHADOW_CONFIGURATION QString("0,0,4.0,255.0,3,0,0,0,0,0")
+#define DEFAULT_SHADOW_CONFIGURATION QString("2,2,4.0,100.0,2,2,1,0,0,0")
 
 /**


Comment 9 Marcel Partap 2003-11-15 17:48:25 UTC
what about giving this a nice drop down box ("Desktop Text FX" => Shadow, border, etc.) from which one can select the one or the other? Don't think that'd be far too complicated and mindless..