aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/chat.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/chat.ui')
-rw-r--r--resources/ui/chat.ui46
1 files changed, 46 insertions, 0 deletions
diff --git a/resources/ui/chat.ui b/resources/ui/chat.ui
index b99c28e..383645d 100644
--- a/resources/ui/chat.ui
+++ b/resources/ui/chat.ui
@@ -611,6 +611,52 @@ Author: Tobias Frisch
611 <property name="position">1</property> 611 <property name="position">1</property>
612 </packing> 612 </packing>
613 </child> 613 </child>
614 <child>
615 <object class="GtkBox">
616 <property name="visible">True</property>
617 <property name="can-focus">False</property>
618 <property name="orientation">vertical</property>
619 <child>
620 <object class="GtkLabel">
621 <property name="visible">True</property>
622 <property name="can-focus">False</property>
623 <property name="label" translatable="yes">Files</property>
624 <property name="xalign">0</property>
625 <attributes>
626 <attribute name="weight" value="semibold"/>
627 </attributes>
628 <style>
629 <class name="details-group-title"/>
630 </style>
631 </object>
632 <packing>
633 <property name="expand">False</property>
634 <property name="fill">True</property>
635 <property name="position">0</property>
636 </packing>
637 </child>
638 <child>
639 <object class="GtkListBox" id="chat_files_listbox">
640 <property name="visible">True</property>
641 <property name="can-focus">False</property>
642 <property name="selection-mode">none</property>
643 </object>
644 <packing>
645 <property name="expand">False</property>
646 <property name="fill">True</property>
647 <property name="position">1</property>
648 </packing>
649 </child>
650 <style>
651 <class name="details-group"/>
652 </style>
653 </object>
654 <packing>
655 <property name="expand">False</property>
656 <property name="fill">True</property>
657 <property name="position">2</property>
658 </packing>
659 </child>
614 </object> 660 </object>
615 </child> 661 </child>
616 </object> 662 </object>