[gnome-builder] search: make the search entry more forgiving to smaller sizes



commit 774dc492373213d705c87997c1404140446f24cf
Author: Christian Hergert <christian hergert me>
Date:   Thu Sep 17 20:58:49 2015 -0700

    search: make the search entry more forgiving to smaller sizes

 data/ui/gb-search-box.ui |    1 +
 data/ui/gb-workbench.ui  |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/gb-search-box.ui b/data/ui/gb-search-box.ui
index 2f194de..a2bbcf9 100644
--- a/data/ui/gb-search-box.ui
+++ b/data/ui/gb-search-box.ui
@@ -10,6 +10,7 @@
       <object class="GtkSearchEntry" id="entry">
         <property name="visible">true</property>
         <property name="hexpand">true</property>
+        <property name="max-width-chars">40</property>
       </object>
     </child>
     <child>
diff --git a/data/ui/gb-workbench.ui b/data/ui/gb-workbench.ui
index d3bba4d..0d93380 100644
--- a/data/ui/gb-workbench.ui
+++ b/data/ui/gb-workbench.ui
@@ -12,7 +12,6 @@
             <property name="margin-end">6</property>
             <property name="margin-start">6</property>
             <property name="visible">true</property>
-            <property name="width_request">540</property>
           </object>
         </child>
         <child>


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