From 62e4ec631c6303936b333adf319773bc0e3ca2ef Mon Sep 17 00:00:00 2001
From: Ansgar Philippsen <ansgar.philippsen@gmail.com>
Date: Mon, 12 Nov 2012 11:55:40 -0500
Subject: [PATCH] changed min/max in cartoon rendering widget

---
 modules/gui/pymod/scene/hsc_widget.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/pymod/scene/hsc_widget.py b/modules/gui/pymod/scene/hsc_widget.py
index c81a5f417..c67dc9721 100644
--- a/modules/gui/pymod/scene/hsc_widget.py
+++ b/modules/gui/pymod/scene/hsc_widget.py
@@ -42,8 +42,8 @@ class HSCWidget(RenderModeWidget):
     max_arc_detail = 20
     
     min_width = 0.1
-    max_width = 2.5
-    max_tube_width= 2.0
+    max_width = 5.0
+    max_tube_width= 5.0
 
     min_tube_ratio = 0.2
     max_tube_ratio = 4
-- 
GitLab