[gnome-builder] layout-tab-bar: allow wider content width on dropdown



commit 7afedeb0b86caf41bf9f53644ec3d35be0d7ca1c
Author: Christian Hergert <chergert redhat com>
Date:   Sun Dec 4 15:11:36 2016 -0800

    layout-tab-bar: allow wider content width on dropdown
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746994

 libide/workbench/ide-layout-tab-bar.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/workbench/ide-layout-tab-bar.ui b/libide/workbench/ide-layout-tab-bar.ui
index fd13911..6004ee8 100644
--- a/libide/workbench/ide-layout-tab-bar.ui
+++ b/libide/workbench/ide-layout-tab-bar.ui
@@ -49,7 +49,7 @@
     <child>
       <object class="GtkScrolledWindow">
         <property name="min-content-width">100</property>
-        <property name="max-content-width">300</property>
+        <property name="max-content-width">500</property>
         <property name="max-content-height">600</property>
         <property name="propagate-natural-height">true</property>
         <property name="propagate-natural-width">true</property>


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