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.ui45
1 files changed, 33 insertions, 12 deletions
diff --git a/main/data/conversation_details.ui b/main/data/conversation_details.ui
index 5ee156bb..593dd4bf 100644
--- a/main/data/conversation_details.ui
+++ b/main/data/conversation_details.ui
@@ -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>