From 9fb50b2fe64f189bc930395ec5d1b2e07b9f55d4 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 2 May 2022 16:06:50 -0700 Subject: [PATCH] markerpropertiesdialog: update dialog title --- app/dialog/markerproperties/markerpropertiesdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/dialog/markerproperties/markerpropertiesdialog.cpp b/app/dialog/markerproperties/markerpropertiesdialog.cpp index 007625f8f..7e81c2887 100644 --- a/app/dialog/markerproperties/markerpropertiesdialog.cpp +++ b/app/dialog/markerproperties/markerpropertiesdialog.cpp @@ -117,6 +117,8 @@ MarkerPropertiesDialog::MarkerPropertiesDialog(const std::vectoraddWidget(buttons, row, 0, 1, 2); + + setWindowTitle(tr("Edit Markers")); } void MarkerPropertiesDialog::accept()