changeset 27386:69dc24383358

more descriptive titles for floating variable editor subpanes * varaible-editor.cc (toplevel_change): prepend Variable Editor to the variable name in the title
author Torsten Lilge <ttl-octave@mailbox.org>
date Wed, 11 Sep 2019 02:45:29 +0200
parents 9a59876c1c4c
children e1968e40e43f
files libgui/src/variable-editor.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/variable-editor.cc	Tue Sep 10 15:44:01 2019 -0700
+++ b/libgui/src/variable-editor.cc	Wed Sep 11 02:45:29 2019 +0200
@@ -181,6 +181,7 @@
         m_dock_action->setToolTip (tr ("Dock widget"));
 
         setWindowFlags (Qt::Window);
+        setWindowTitle (tr ("Variable Editor: ") + objectName ());
 
         show ();
         activateWindow ();