Dont use a separate background image opacity setting

This commit is contained in:
Kovid Goyal
2020-01-31 14:05:25 +05:30
parent fdd7fe1948
commit 9034b50b3a
4 changed files with 10 additions and 15 deletions

View File

@@ -867,11 +867,6 @@ Whether to tile or scale the background image.'''))
o('background_image_linear', False, long_text=_('''
When background image is scaled, whether linear interpolation should be used.'''))
o('background_image_opacity', 0.5, option_type=positive_float, long_text=_('''
Background image opacity, between 0.0 and 1.0 inclusive. This
can only ever decrease a background's opacity, if the image is already
semi-transparent, "1" is interpreted as the image's current transparency.'''))
o('background_image_scale', 1.0, option_type=positive_float, long_text=_('''
Only has an effect if :opt:`background_image_layout` is tiling, should be positive.'''))