[gnome-builder] libide/gui: fix spacing around search button



commit 6dde3eaf718c7de4fe6b96b170ab42c173029c87
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 14 12:20:17 2022 -0700

    libide/gui: fix spacing around search button
    
    Fixes #1710

 src/libide/gui/ide-primary-workspace.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/libide/gui/ide-primary-workspace.ui b/src/libide/gui/ide-primary-workspace.ui
index 8229149b6..05a67a942 100644
--- a/src/libide/gui/ide-primary-workspace.ui
+++ b/src/libide/gui/ide-primary-workspace.ui
@@ -53,8 +53,7 @@
           <object class="GtkButton" id="search_button">
             <property name="action-name">workbench.global-search</property>
             <property name="icon-name">edit-find-symbolic</property>
-            <property name="margin-end">3</property>
-            <property name="margin-start">3</property>
+            <property name="margin-start">6</property>
             <property name="tooltip-text" translatable="yes">Search (Ctrl+Enter)</property>
           </object>
         </child>


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