diff options
-rw-r--r-- | src/background.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background.vala b/src/background.vala index c523eb5..70813ea 100644 --- a/src/background.vala +++ b/src/background.vala @@ -208,7 +208,7 @@ class BackgroundLoader : Object var y = (int) (image.height / grid_size - 2) * grid_size + grid_y_offset; bc.translate (x, y); bc.set_source_surface (logo, 0, 0); - bc.paint_with_alpha (0.5); + bc.paint_with_alpha (AGSettings.get_double (AGSettings.KEY_LOGO_ALPHA)); bc.restore (); } |