diff --git a/cropeditor/cropeditor.cpp b/cropeditor/cropeditor.cpp index 7868f4c..c2b8636 100644 --- a/cropeditor/cropeditor.cpp +++ b/cropeditor/cropeditor.cpp @@ -21,6 +21,7 @@ CropEditor::CropEditor(QPixmap *image, QObject *parent) : QObject(parent) { view->resize(image->width(), image->height()); view->setMinimumSize(image->size()); view->move(0, 0); + view->setWindowTitle("KShare Crop Editor"); view->show(); connect(scene, &CropScene::closedWithRect, this, &CropEditor::crop);