[gnome-boxes] Fix positioning of thumbnail in properties view



commit 33883def2a47fb477d2f0fb4928c8777466f643b
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Feb 6 10:29:13 2013 +0100

    Fix positioning of thumbnail in properties view
    
    We had some leftover code that used to fix an issue with this, but
    its just not needed anymore and actually causes a problem. Just
    removing this code fixes the positioning of the thumbnail.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692530

 src/machine.vala |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/machine.vala b/src/machine.vala
index 18686c1..5e5b4f8 100644
--- a/src/machine.vala
+++ b/src/machine.vala
@@ -787,11 +787,6 @@ private class Boxes.MachineActor: Boxes.UI {
             if (zoom) {
                 allocate_actor_no_animation (thumbnail, 0, 0, width, height);
 
-                // Temporarily hide toolbar in fullscreen so that the the animation
-                // actor doesn't get pushed down before zooming to the sidebar
-                if (App.app.fullscreen)
-                    App.app.topbar.actor.hide ();
-
                 thumbnail.set_easing_mode (Clutter.AnimationMode.LINEAR);
                 thumbnail.set_easing_duration (App.app.duration);
                 ulong completed_id = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]