[gnome-documents/wip/lokdocview-rebase: 12/21] Use the same type of transition in lokview as in preview
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/lokdocview-rebase: 12/21] Use the same type of transition in lokview as in preview
- Date: Mon, 4 Jan 2016 13:02:10 +0000 (UTC)
commit 8c6321d1694e309355a0cbdec46b593d8e92ee7e
Author: Bastien Nocera <hadess hadess net>
Date: Sun Dec 6 15:35:02 2015 +0100
Use the same type of transition in lokview as in preview
src/lokview.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/lokview.js b/src/lokview.js
index d6792d5..7865cdb 100644
--- a/src/lokview.js
+++ b/src/lokview.js
@@ -92,7 +92,8 @@ const LOKView = new Lang.Class({
Extends: Gtk.Stack,
_init: function(overlay) {
- this.parent();
+ this.parent({ homogeneous: true,
+ transition_type: Gtk.StackTransitionType.CROSSFADE });
this._uri = null;
this._overlay = overlay;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]