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>2021-02-24 22:15:48 +0300
committerHans Goudey <h.goudey@me.com>2021-02-24 22:15:48 +0300
commit8cc4366a98065c2162ca0ab8daa1e4f6458245f6 (patch)
tree3a256015c46549d2fad305d319fc47d34f11fc88 /release/scripts/startup/bl_ui/properties_paint_common.py
parentbc0e121bce257a8ea9d7855b074a7a22a8c3699b (diff)
UI: Remove colons from some labels
The colons are not necessary in these situations because it's clear that the label applies to the next group of buttons anyway, and they add unecessary visual complexity. Committing as part of D9924.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_paint_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_paint_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index f40c947fac9..dfdc6ab79f4 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -902,7 +902,7 @@ def brush_settings_advanced(layout, context, brush, popover=False):
if popover:
brush_settings(layout, context, brush, popover=True)
layout.separator()
- layout.label(text="Advanced:")
+ layout.label(text="Advanced")
# These options are shared across many modes.
use_accumulate = False