Crop editor finally has a title

This commit is contained in:
ArsenArsen 2017-07-01 17:31:54 +02:00
parent 635f59fb5d
commit ebb21d05b1
1 changed files with 1 additions and 0 deletions

View File

@ -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);