From 9f282afb663a08eac7507d05f65b0f903e515692 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 19 Oct 2011 10:00:57 +0000 Subject: [PATCH] Issue 0021385: [CEA] Modify font properties in legend --- src/LightApp/LightApp_Application.cxx | 4 ++++ src/LightApp/resources/LightApp.xml | 2 ++ src/LightApp/resources/LightApp_msg_en.ts | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 087efc14e..d7f99ce9e 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -2241,6 +2241,10 @@ void LightApp_Application::createPreferences( LightApp_Preferences* pref ) pref->setItemProperty( "strings", aValuesList, legendPosition ); pref->setItemProperty( "indexes", anIndicesList, legendPosition ); + pref->addPreference( tr( "PREF_FONT" ), plot2dGroup, LightApp_Preferences::Font, "Plot2d", "LegendFont" ); + + pref->addPreference( tr( "PREF_FONT_COLOR" ), plot2dGroup, LightApp_Preferences::Color, "Plot2d", "LegendColor" ); + int curveType = pref->addPreference( tr( "PREF_CURVE_TYPE" ), plot2dGroup, LightApp_Preferences::Selector, "Plot2d", "CurveType" ); aValuesList.clear(); diff --git a/src/LightApp/resources/LightApp.xml b/src/LightApp/resources/LightApp.xml index ee455e71c..87b0a4f03 100644 --- a/src/LightApp/resources/LightApp.xml +++ b/src/LightApp/resources/LightApp.xml @@ -171,6 +171,8 @@ + + diff --git a/src/LightApp/resources/LightApp_msg_en.ts b/src/LightApp/resources/LightApp_msg_en.ts index 2588b85a7..2ff4b920e 100644 --- a/src/LightApp/resources/LightApp_msg_en.ts +++ b/src/LightApp/resources/LightApp_msg_en.ts @@ -542,6 +542,10 @@ The changes will be applied on the next application session. PREF_FONT Font + + PREF_FONT_COLOR + Legend font color + PREF_LEFT Left -- 2.39.2