[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma/extenders
From:       Marco Martin <notmart () gmail ! com>
Date:       2010-09-21 12:43:15
Message-ID: 20100921124315.A16CDAC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1177842 by mart:

items in groups no longer have any border


 M  +1 -1      extender.cpp  


--- trunk/KDE/kdelibs/plasma/extenders/extender.cpp #1177841:1177842
@@ -572,7 +572,7 @@
     ExtenderItem *topItem = dynamic_cast<ExtenderItem*>(d->layout->itemAt(0));
     ExtenderItem *bottomItem = dynamic_cast<ExtenderItem*>(d->layout->itemAt(d->layout->count() - 1));
     if (item->group()) {
-        return FrameSvg::LeftBorder | FrameSvg::RightBorder;
+        return FrameSvg::NoBorder;
     } else if (d->appearance == TopDownStacked && bottomItem != item) {
         return FrameSvg::LeftBorder | FrameSvg::BottomBorder | FrameSvg::RightBorder;
     } else if (d->appearance == BottomUpStacked && topItem != item) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic