diff options
author | fiaxh <git@lightrise.org> | 2024-12-24 16:02:13 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2025-01-12 19:35:58 +0100 |
commit | 5ee322cbd987d36497522b82b876659e1d19da43 (patch) | |
tree | c22d0bdbf92b30207b64ec74e925af4263ce91fc /main/data/conversation_details.ui | |
parent | d78ec0562288fa4ed7d414d2269c00b7b8c2c588 (diff) | |
download | dino-5ee322cbd987d36497522b82b876659e1d19da43.tar.gz dino-5ee322cbd987d36497522b82b876659e1d19da43.zip |
Contact details dialog: Add encryption tab
Diffstat (limited to 'main/data/conversation_details.ui')
-rw-r--r-- | main/data/conversation_details.ui | 45 |
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> |