File r912131.diff of Package kdebase4-runtime
Subject: oxygen: lineedit panel shouldn't overlap the glow
From: wstephenson@suse.de
Bug:
Patch-upstream: 912131
--- kstyles/oxygen/oxygen.cpp (revision 912130)
+++ kstyles/oxygen/oxygen.cpp (revision 912131)
@@ -1789,7 +1789,7 @@ void OxygenStyle::drawKStylePrimitive(Wi
}
else
{
- p->fillRect(r.adjusted(2,2,-2,-1), inputBrush);
+ p->fillRect(r.adjusted(2,2,-2,-2), inputBrush);
}
}
}
Index: kstyles/oxygen/oxygen.cpp
===================================================================