[Digikam-devel] [Bug 112063] When viewing image in fullscreen there is an ugly frame at the border of the screen.

Phil Proudman phil at proudman51.freeserve.co.uk
Sun Jan 8 00:21:15 GMT 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=112063         




------- Additional Comments From phil proudman51 freeserve co uk  2006-01-08 01:21 -------
Hi

I agree with this comment. The following code addition reduces the problem (no lines at the sides, although thinner grey lines remain at the top and bottom)...

in digikam-0.8.0/digikam/utilities/imageeditor/canvas.cpp..

add the following two "setFrame.." commands at line 133

Canvas::Canvas(QWidget *parent)
      : QScrollView(parent)
{
    viewport()->setBackgroundMode(Qt::NoBackground);
    setFrameShape( QFrame::NoFrame );
    setFrameShadow( QFrame::Plain );
    
    d = new CanvasPrivate;




Not sure how to get rid of the remaining lines.



More information about the Digikam-devel mailing list