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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Phil Proudman
------- 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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel