From ec5e539809ec8d2bcdfbdfb70d080fc5edd217ea Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 21 Sep 2015 17:42:30 +0200 Subject: Rebase against unity from Ubuntu 15.04 --- src/prompt-box.vala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/prompt-box.vala') diff --git a/src/prompt-box.vala b/src/prompt-box.vala index 075a6ba..50c46d1 100644 --- a/src/prompt-box.vala +++ b/src/prompt-box.vala @@ -283,9 +283,6 @@ public class PromptBox : FadableBox base.get_preferred_height (out min, out nat); min = round_to_grid (min + GreeterList.BORDER * 2) - GreeterList.BORDER * 2; nat = round_to_grid (nat + GreeterList.BORDER * 2) - GreeterList.BORDER * 2; - - if (position <= -1 || position >= 1) - min = nat = grid_size; } public void set_zone (Gtk.Widget zone) -- cgit v1.2.3