Fix issue #59, to be tested on all platform... GTK only needed some guidance to compute the size of the window :)

This commit is contained in:
Hombre
2010-10-03 15:03:19 +02:00
parent 93b56aba70
commit 805044a64f
3 changed files with 8 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_)
minWidth = bsw + iw + 2*sideBorderWidth;
setSize (300, 300);
setSize (100, 100);
cropHandler.newImage (ipc_);
cropHandler.setPosition (0,0);
cropHandler.setEnabled (true);