Skip to content

Commit 851f1c1

Browse files
committed
Fix closing immediately
1 parent bb8f2f0 commit 851f1c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AbstractBubble.vala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ public class Notifications.AbstractBubble : Gtk.Window {
7777
halign = Gtk.Align.END,
7878
hexpand = true
7979
};
80-
carousel.append (new Gtk.Grid ());
8180
carousel.append (revealer);
82-
carousel.scroll_to (revealer, true);
81+
carousel.append (new Gtk.Grid ());
8382

8483
child = carousel;
8584
default_height = 0;

0 commit comments

Comments
 (0)