[geary/mjog/1193-conversation-buttons-resize-race: 6/9] conversation-actions: Keep the reply buttons in the headerbar
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/1193-conversation-buttons-resize-race: 6/9] conversation-actions: Keep the reply buttons in the headerbar
- Date: Tue, 13 Apr 2021 14:49:58 +0000 (UTC)
commit b75a7f3baeb76560ee0632bb7e9a6dd34d3256d9
Author: Adrien Plazas <kekun plazas laposte net>
Date: Mon Apr 12 15:52:03 2021 +0200
conversation-actions: Keep the reply buttons in the headerbar
Move the other buttons to the actionbar is the window is too narrow.
ui/application-main-window.ui | 4 ++--
ui/components-main-toolbar.ui | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ui/application-main-window.ui b/ui/application-main-window.ui
index 4c3c71ec9..470362134 100644
--- a/ui/application-main-window.ui
+++ b/ui/application-main-window.ui
@@ -154,8 +154,8 @@
<child>
<object class="ComponentsConversationActions" id="conversation_viewer_actions">
<property name="visible">True</property>
- <property name="show_conversation_actions">False</property>
- <property name="show_response_actions">True</property>
+ <property name="show_conversation_actions">True</property>
+ <property name="show_response_actions">False</property>
</object>
</child>
</object>
diff --git a/ui/components-main-toolbar.ui b/ui/components-main-toolbar.ui
index 0b2dfb107..0a87acec7 100644
--- a/ui/components-main-toolbar.ui
+++ b/ui/components-main-toolbar.ui
@@ -181,8 +181,8 @@
<child>
<object class="ComponentsConversationActions" id="compact_actions">
<property name="visible">True</property>
- <property name="show_conversation_actions">True</property>
- <property name="show_response_actions">False</property>
+ <property name="show_conversation_actions">False</property>
+ <property name="show_response_actions">True</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]