[gnome-builder/wip/chergert/perspective] layout: speed up panel transitions



commit 3c976c4e7729f1916c51fccd847d767b4678f031
Author: Christian Hergert <chergert redhat com>
Date:   Thu Nov 19 03:39:34 2015 -0800

    layout: speed up panel transitions

 data/ui/ide-layout-pane.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/ide-layout-pane.ui b/data/ui/ide-layout-pane.ui
index 52a6f4f..c8c6da1 100644
--- a/data/ui/ide-layout-pane.ui
+++ b/data/ui/ide-layout-pane.ui
@@ -31,6 +31,8 @@
         </child>
         <child>
           <object class="GtkStack" id="stack">
+            <property name="transition-duration">150</property>
+            <property name="transition-type">crossfade</property>
             <property name="expand">true</property>
             <property name="homogeneous">false</property>
             <property name="visible">true</property>


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