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:
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index 95514081..e71dc1ac 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -1258,11 +1258,11 @@ class BoolTool_Pref(AddonPreferences):
def draw(self, context):
scene = context.scene
layout = self.layout
- split_percent = 0.5
+ split_percent = 0.3
split = layout.split(percentage=split_percent)
col = split.column()
- col.label(text="Category:")
+ col.label(text="Tab Category:")
col = split.column()
colrow = col.row()
colrow.alignment = 'LEFT'