[gnome-builder/wip/gtk4-port: 1481/1774] libide/gui: keep search button in stable position
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1481/1774] libide/gui: keep search button in stable position
- Date: Mon, 11 Jul 2022 22:31:47 +0000 (UTC)
commit e807905850581eb53c6009d99180a9a5193c565d
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]