Added missing window titles to all popups (#2120)

This commit is contained in:
Paweł
2020-10-31 15:12:42 +01:00
committed by GitHub
parent 05469d1bba
commit 3c1abbd297
6 changed files with 13 additions and 3 deletions
@@ -264,6 +264,7 @@ void ColorPickerDialog::initDefaultColors(LayoutCreator<QWidget> &creator)
void ColorPickerDialog::initColorPicker(LayoutCreator<QWidget> &creator)
{
this->setWindowTitle("Chatterino - color picker");
auto cpPanel = creator.setLayoutType<QHBoxLayout>();
/*