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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Leger <stephen@3dservices.ch>2019-01-28 11:28:50 +0300
committerStephen Leger <stephen@3dservices.ch>2019-01-28 11:28:50 +0300
commitd7bfc48b3307b7bf53ff69abb0ccd8b605a65598 (patch)
treec3728beadbb49bf1a2e61825d0416761b7d2aa0f /archipack/archipack_wall2.py
parentbcfdc06a16deeb5b48deda5024069a2ce141203c (diff)
archipack 2.8 fix icon_only
Diffstat (limited to 'archipack/archipack_wall2.py')
-rw-r--r--archipack/archipack_wall2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archipack/archipack_wall2.py b/archipack/archipack_wall2.py
index fdf24082..1eb3ff80 100644
--- a/archipack/archipack_wall2.py
+++ b/archipack/archipack_wall2.py
@@ -738,9 +738,9 @@ class archipack_wall2_part(PropertyGroup):
row = layout.row(align=True)
if self.expand:
- row.prop(self, 'expand', icon="TRIA_DOWN", icon_only=True, text="Part " + str(index + 1), emboss=False)
+ row.prop(self, 'expand', icon="TRIA_DOWN", text="Part " + str(index + 1), emboss=False)
else:
- row.prop(self, 'expand', icon="TRIA_RIGHT", icon_only=True, text="Part " + str(index + 1), emboss=False)
+ row.prop(self, 'expand', icon="TRIA_RIGHT", text="Part " + str(index + 1), emboss=False)
row.prop(self, "type", text="")