[evince] ev-window: Use the correct sliding mode for toolbar in fullscreen



commit 44ef59117904480f6da85a8e3074cf22b94b851c
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Mon Oct 9 15:55:57 2017 +0200

    ev-window: Use the correct sliding mode for toolbar in fullscreen
    
    Use the default SLIDE_DOWN transition type for the revealer, which
    looks better.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788718

 shell/ev-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4a76434..0edab3a 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4131,7 +4131,6 @@ ev_window_run_fullscreen (EvWindow *window)
 
        gtk_widget_set_size_request (window->priv->fs_eventbox, -1, 1);
        gtk_widget_set_valign (window->priv->fs_eventbox, GTK_ALIGN_START);
-       gtk_revealer_set_transition_type (GTK_REVEALER (window->priv->fs_revealer), 
GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP);
        gtk_revealer_set_transition_duration (GTK_REVEALER (window->priv->fs_revealer), 
FULLSCREEN_TRANSITION_DURATION);
 
        g_object_ref (window->priv->main_box);


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