Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-11-23 03:56:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-23 03:56:19 +0300
commit8e09171d5b7f7a4698b12a2a9561a317a3271606 (patch)
treeca89b1fea3289ae77c1b2da4148d35da8dd4f9ca /release/scripts/op
parentcaab05ec8c98940064abbf80e67d3981fd3f2377 (diff)
temp hack to make the popup show wider when running the edit description operator
Diffstat (limited to 'release/scripts/op')
-rw-r--r--release/scripts/op/wm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/op/wm.py b/release/scripts/op/wm.py
index 7ec66220902..92b1434b696 100644
--- a/release/scripts/op/wm.py
+++ b/release/scripts/op/wm.py
@@ -248,9 +248,9 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
return ('FINISHED',)
doc_id = StringProperty(name="Doc ID",
- description="ID for the documentation", maxlen=1024, default="")
+ description="", maxlen=1024, default="", hidden=True)
-doc_new = StringProperty(name="Doc New",
+doc_new = StringProperty(name="Edit Description",
description="", maxlen=1024, default="")