[gnome-builder/wip/gtk4-port] libide/gui: keep search button in stable position



commit 324788d783451a237b398d3b476c2b41b7ee5e50
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 12 21:07:46 2022 -0700

    libide/gui: keep search button in stable position
    
    Let the revealing indexing/notification be the only widget that moves. If
    anything else moves, it's quite distracting.

 src/libide/editor/ide-editor-workspace.ui | 6 +++---
 src/libide/gui/ide-primary-workspace.ui   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-workspace.ui b/src/libide/editor/ide-editor-workspace.ui
index d8e51c2b8..4c37571f2 100644
--- a/src/libide/editor/ide-editor-workspace.ui
+++ b/src/libide/editor/ide-editor-workspace.ui
@@ -21,14 +21,14 @@
             <property name="title" translatable="yes">Builder</property>
           </object>
         </child>
+        <child type="right">
+          <object class="IdeNotificationsButton" id="notifications_button"/>
+        </child>
         <child type="right">
           <object class="GtkButton" id="search_button">
             <property name="icon-name">edit-find-symbolic</property>
           </object>
         </child>
-        <child type="right">
-          <object class="IdeNotificationsButton" id="notifications_button"/>
-        </child>
         <child type="right">
           <object class="PanelDockSwitcher">
             <property name="dock">dock</property>
diff --git a/src/libide/gui/ide-primary-workspace.ui b/src/libide/gui/ide-primary-workspace.ui
index b391576b0..59fa4ea6d 100644
--- a/src/libide/gui/ide-primary-workspace.ui
+++ b/src/libide/gui/ide-primary-workspace.ui
@@ -40,15 +40,15 @@
           <object class="IdeRunButton" id="run_button">
           </object>
         </child>
+        <child type="right">
+          <object class="IdeNotificationsButton" id="notifications_button"/>
+        </child>
         <child type="right">
           <object class="GtkButton" id="search_button">
             <property name="action-name">workbench.global-search</property>
             <property name="icon-name">edit-find-symbolic</property>
           </object>
         </child>
-        <child type="right">
-          <object class="IdeNotificationsButton" id="notifications_button"/>
-        </child>
         <child type="right">
           <object class="PanelDockSwitcher">
             <property name="dock">dock</property>


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