aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_details.ui
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/conversation_details.ui')
-rw-r--r--main/data/conversation_details.ui51
1 files changed, 36 insertions, 15 deletions
diff --git a/main/data/conversation_details.ui b/main/data/conversation_details.ui
index 4229d875..593dd4bf 100644
--- a/main/data/conversation_details.ui
+++ b/main/data/conversation_details.ui
@@ -122,11 +122,11 @@
</object>
</child>
<child>
- <object class="GtkButton" id="block_button">
+ <object class="GtkMenuButton" id="block_button">
<property name="visible" bind-source="model" bind-property="show-blocked" bind-flags="sync-create"/>
<child>
<object class="AdwButtonContent" id="block_button_content">
- <property name="icon-name">action-unavailable-symbolic</property>
+ <property name="icon-name">dino-block-symbolic</property>
<property name="label">Block</property>
</object>
</child>
@@ -134,25 +134,46 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkStackSwitcher">
+ <property name="stack">stack</property>
+ <property name="halign">start</property>
+ <property name="margin-start">12</property>
+ <property name="margin-end">12</property>
+ <style>
+ <class name="dino-underlined-tabs"/>
+ </style>
+ </object>
+ </child>
</object>
</child>
</object>
</child>
<child>
- <object class="GtkScrolledWindow">
- <property name="propagate-natural-height">True</property>
+ <object class="GtkStack" id="stack">
<child>
- <object class="AdwClamp">
- <child>
- <object class="GtkBox" id="about_box">
- <property name="orientation">vertical</property>
- <property name="spacing">12</property>
- <property name="margin-end">12</property>
- <property name="margin-start">12</property>
- <property name="margin-top">12</property>
- <property name="margin-bottom">40</property>
+ <object class="GtkStackPage">
+ <property name="title">About</property>
+ <property name="name">about</property>
+ <property name="child">
+ <object class="GtkScrolledWindow">
+ <property name="propagate-natural-height">True</property>
+ <child>
+ <object class="AdwClamp">
+ <child>
+ <object class="GtkBox" id="about_box">
+ <property name="orientation">vertical</property>
+ <property name="spacing">12</property>
+ <property name="margin-end">12</property>
+ <property name="margin-start">12</property>
+ <property name="margin-top">18</property>
+ <property name="margin-bottom">40</property>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
- </child>
+ </property>
</object>
</child>
</object>
@@ -203,4 +224,4 @@
</item>
</section>
</menu>
-</interface> \ No newline at end of file
+</interface>