Salome HOME
Task 2.5: Colors in the Object Browser
authorvsv <vsv@opencascade.com>
Mon, 21 May 2018 08:14:53 +0000 (11:14 +0300)
committervsv <vsv@opencascade.com>
Mon, 21 May 2018 08:14:53 +0000 (11:14 +0300)
src/XGUI/XGUI_DataModel.cpp

index df96b18263b03743221bc073649ff0897d12a64a..64088473747c5ebac9787fc798f75ffb0e4c0a2b 100644 (file)
@@ -53,7 +53,7 @@
 /// Returns ResultPart object if the given object is a Part feature
 /// Otherwise returns NULL
 
-#define SELECTABLE_COLOR QColor(80, 80, 80)
+#define SELECTABLE_COLOR QColor(110, 110, 110)
 #define DISABLED_COLOR QColor(200, 200, 200)