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:
authorYevgeny Makarov <jenkm>2020-10-07 15:49:12 +0300
committerHans Goudey <h.goudey@me.com>2020-10-07 15:49:12 +0300
commit0fd06b535c166c4cb1997e8eed0c9aaccc684063 (patch)
tree5165532ccce8aadc3c40d44a8f0694b270524951 /release
parentf948459f12a3831c5a64c214ed8d7b5b3e773137 (diff)
UI: Use property split in various pop-up dialogs
The settings in these popups are not animateable, so also turn off property decorate. And also use better widths in order to fit the full text. Differential Revision: https://developer.blender.org/D9060
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/uvcalc_lightmap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/uvcalc_lightmap.py b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
index e4edcbb62b3..6ebf39af22e 100644
--- a/release/scripts/startup/bl_operators/uvcalc_lightmap.py
+++ b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
@@ -656,6 +656,7 @@ class LightMapPack(Operator):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
+ layout.use_property_decorate = False
is_editmode = context.active_object.mode == 'EDIT'
if is_editmode: