[gnome-builder] libide/gui: shrink clamp maximum width



commit 31af4f7c01d318f187558effdb65f63030020e6b
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 28 08:14:50 2022 -0700

    libide/gui: shrink clamp maximum width
    
    This should have been 400 and we don't want it to grow beyond that.

 src/libide/gui/ide-primary-workspace.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/gui/ide-primary-workspace.ui b/src/libide/gui/ide-primary-workspace.ui
index 94fad38e0..3bea2afa4 100644
--- a/src/libide/gui/ide-primary-workspace.ui
+++ b/src/libide/gui/ide-primary-workspace.ui
@@ -20,7 +20,7 @@
         <child type="title">
           <object class="AdwClamp">
             <property name="orientation">horizontal</property>
-            <property name="maximum-size">500</property>
+            <property name="maximum-size">400</property>
             <child>
               <object class="IdeOmniBar" id="omni_bar">
                 <property name="icon-name">builder-build-symbolic</property>


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