~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kwin/effects/maketransparent.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
MakeTransparentEffect::MakeTransparentEffect()
31
31
    {
32
32
    KConfigGroup conf = effects->effectConfig("MakeTransparent");
33
 
    decoration = conf.readEntry( "Decoration", 0.7 );
 
33
    decoration = conf.readEntry( "Decoration", 1.0 );
34
34
    moveresize = conf.readEntry( "MoveResize", 0.8 );
35
35
    dialogs = conf.readEntry( "Dialogs", 1.0 );
36
36
    }