From 6de909f998036a8371b8f1f3c27c9d750fd56c8a Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Thu, 29 Jun 2017 13:55:22 +0200 Subject: [PATCH] That is not a dialog --- cropeditor/settings/brushpenselection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cropeditor/settings/brushpenselection.cpp b/cropeditor/settings/brushpenselection.cpp index c23c912..fedb6fe 100644 --- a/cropeditor/settings/brushpenselection.cpp +++ b/cropeditor/settings/brushpenselection.cpp @@ -33,6 +33,8 @@ BrushPenSelection::BrushPenSelection(CropScene *scene) : QDialog(), ui(new Ui::B brush = scene->brush().color(); ui->alphaSlider->setValue(brush.alpha()); ui->alphaSpin->setValue(brush.alpha()); + + setWindowTitle("Crop editor settings"); this->scene = scene; }