Merge lp:~elementary-pantheon/switchboard-plug-pantheon-shell/wallpaper-card-shadow into lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 561
Merged at revision: 564
Proposed branch: lp:~elementary-pantheon/switchboard-plug-pantheon-shell/wallpaper-card-shadow
Merge into: lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Widgets/WallpaperContainer.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-pantheon-shell/wallpaper-card-shadow
Reviewer Review Type Date Requested Status
Felipe Escoto (community) Approve
Review via email: mp+317727@code.launchpad.net

Commit message

WallpaperContainer.vala: add image instead of add_overlay

Description of the change

TIL box shadow doesn't work with add_overlay, but it does with add

To post a comment you must log in.
Revision history for this message
Felipe Escoto (philip.scott) wrote :

Looks sexy :ok-hand:

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/WallpaperContainer.vala'
2--- src/Widgets/WallpaperContainer.vala 2017-02-12 04:34:34 +0000
3+++ src/Widgets/WallpaperContainer.vala 2017-02-19 19:21:26 +0000
4@@ -115,7 +115,7 @@
5 check_revealer.add (check);
6
7 var overlay = new Gtk.Overlay ();
8- overlay.add_overlay (image);
9+ overlay.add (image);
10 overlay.add_overlay (check_revealer);
11
12 halign = Gtk.Align.CENTER;

Subscribers

People subscribed via source and target branches