From c5ada0a10bff7150b82f1afa091c197918d00732 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 22 Jun 2020 16:25:16 +0300 Subject: [PATCH] Issue #3233: Rename check box for constant arrows size --- src/ModuleBase/ModuleBase_msg_fr.ts | 8 ++++++++ src/PartSet/PartSet_Module.cpp | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ModuleBase/ModuleBase_msg_fr.ts b/src/ModuleBase/ModuleBase_msg_fr.ts index cdcc60aeb..050f6abb6 100644 --- a/src/ModuleBase/ModuleBase_msg_fr.ts +++ b/src/ModuleBase/ModuleBase_msg_fr.ts @@ -278,5 +278,13 @@ Replace Remplacer + + Trihedron arrows constant size + Flèche trièdre de taille constante + + + Keep trihedron arrows view size constant + Maintenir la taille de la vue des flèches trièdres constante + diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 1e2cb917c..7aaeed01a 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -260,10 +260,10 @@ PartSet_Module::PartSet_Module(ModuleBase_IWorkshop* theWshop) Config_Prop::Color, FEATURE_ITEM_COLOR); Config_PropManager::registerProp("Visualization", "zoom_trihedron_arrows", - "Zoom trihedron arrows", Config_Prop::Boolean, "false"); + "Keep trihedron arrows view size constant", Config_Prop::Boolean, "false"); Config_PropManager::registerProp("Visualization", "axis_arrow_size", - "Axis arrow size", Config_Prop::IntSpin, "10"); + "Trihedron arrows constant size", Config_Prop::IntSpin, "10"); Config_PropManager::registerProp("Shortcuts", "add_parameter_shortcut", "Add parameter in parameters manager dialog", -- 2.39.2