[gnome-builder] layout: fix focusibility for bottom panel



commit 4b63c47d60b5ee42c535a762745fb8e6001b0c21
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 25 01:03:10 2017 -0700

    layout: fix focusibility for bottom panel

 libide/layout/ide-layout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/layout/ide-layout.c b/libide/layout/ide-layout.c
index d27f094..68e49e8 100644
--- a/libide/layout/ide-layout.c
+++ b/libide/layout/ide-layout.c
@@ -32,7 +32,7 @@ ide_layout_create_edge (DzlDockBin      *dock,
 
   return g_object_new (IDE_TYPE_LAYOUT_PANE,
                        "edge", edge,
-                       "visible", FALSE,
+                       "visible", TRUE,
                        "reveal-child", FALSE,
                        NULL);
 }


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