changeset 29486:3dd4301296de

* gui-preferences-ws.h: fix wrong group for color preference keys
author Torsten Lilge <ttl-octave@mailbox.org>
date Fri, 02 Apr 2021 17:02:36 +0200
parents acbf8f2cb9da
children 00674bc1446d
files libgui/src/gui-preferences-ws.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/gui-preferences-ws.h	Fri Apr 02 16:57:51 2021 +0200
+++ b/libgui/src/gui-preferences-ws.h	Fri Apr 02 17:02:36 2021 +0200
@@ -73,9 +73,9 @@
 
 const gui_pref ws_colors[ws_colors_count] =
 {
-  {"terminal/color_a", QVariant (QColor(190,255,255))},
-  {"terminal/color_g", QVariant (QColor(255,255,190))},
-  {"terminal/color_p", QVariant (QColor(255,190,255))}
+  {"workspaceview/color_a", QVariant (QColor(190,255,255))},
+  {"workspaceview/color_g", QVariant (QColor(255,255,190))},
+  {"workspaceview/color_p", QVariant (QColor(255,190,255))}
 };
 
 const QString ws_class_chars ("agp");