From b20befface6bc648db012aa56352a1ab7789ff0c Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Thu, 15 Sep 2016 08:49:20 +0000 Subject: Apply the Gtk.ResizeMode.QUEUE fix to another place, so that the shutdown dialog is positioned correctly again. --- src/background.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/background.vala') diff --git a/src/background.vala b/src/background.vala index a0ad308..1278c9b 100644 --- a/src/background.vala +++ b/src/background.vala @@ -425,6 +425,8 @@ public class Background : Gtk.Fixed timer = new AnimateTimer (AnimateTimer.ease_in_out, 700); timer.animate.connect (animate_cb); + resize_mode = Gtk.ResizeMode.QUEUE; + loaders = new HashTable (str_hash, str_equal); notify["current-background"].connect (() => { reload (); }); -- cgit v1.2.3