UI: Remove weird looking right aligned text in texture properties

The text would start somewhere in the middle of the line, and just look placed
wrong. Plus it would seem like it's cut off (esp. since we don't add a period).
This commit is contained in:
Julian Eisel 2022-05-06 23:35:24 +02:00
parent aae2ff49f5
commit 5e40c342ae
1 changed files with 0 additions and 1 deletions

View File

@ -840,7 +840,6 @@ class TEXTURE_PT_colors_ramp(TextureButtonsPanel, TextureColorsPoll, Panel):
if is_active:
layout.template_color_ramp(tex, "color_ramp", expand=True)
else:
layout.alignment = 'RIGHT'
layout.label(text="Enable the Color Ramp first")