We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8f2f0 commit 851f1c1Copy full SHA for 851f1c1
src/AbstractBubble.vala
@@ -77,9 +77,8 @@ public class Notifications.AbstractBubble : Gtk.Window {
77
halign = Gtk.Align.END,
78
hexpand = true
79
};
80
- carousel.append (new Gtk.Grid ());
81
carousel.append (revealer);
82
- carousel.scroll_to (revealer, true);
+ carousel.append (new Gtk.Grid ());
83
84
child = carousel;
85
default_height = 0;
0 commit comments