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.ui39
1 files changed, 37 insertions, 2 deletions
diff --git a/resources/ui/chat.ui b/resources/ui/chat.ui
index c70eb40..d928dff 100644
--- a/resources/ui/chat.ui
+++ b/resources/ui/chat.ui
@@ -69,7 +69,6 @@ Author: Tobias Frisch
69 <object class="GtkBox"> 69 <object class="GtkBox">
70 <property name="visible">True</property> 70 <property name="visible">True</property>
71 <property name="can-focus">False</property> 71 <property name="can-focus">False</property>
72 <property name="halign">start</property>
73 <property name="margin-start">4</property> 72 <property name="margin-start">4</property>
74 <property name="margin-end">4</property> 73 <property name="margin-end">4</property>
75 <property name="orientation">vertical</property> 74 <property name="orientation">vertical</property>
@@ -77,6 +76,8 @@ Author: Tobias Frisch
77 <object class="GtkLabel" id="chat_title"> 76 <object class="GtkLabel" id="chat_title">
78 <property name="visible">True</property> 77 <property name="visible">True</property>
79 <property name="can-focus">False</property> 78 <property name="can-focus">False</property>
79 <property name="ellipsize">end</property>
80 <property name="single-line-mode">True</property>
80 <property name="xalign">0</property> 81 <property name="xalign">0</property>
81 <attributes> 82 <attributes>
82 <attribute name="weight" value="bold"/> 83 <attribute name="weight" value="bold"/>
@@ -92,6 +93,8 @@ Author: Tobias Frisch
92 <object class="GtkLabel" id="chat_subtitle"> 93 <object class="GtkLabel" id="chat_subtitle">
93 <property name="visible">True</property> 94 <property name="visible">True</property>
94 <property name="can-focus">False</property> 95 <property name="can-focus">False</property>
96 <property name="ellipsize">end</property>
97 <property name="single-line-mode">True</property>
95 <property name="xalign">0</property> 98 <property name="xalign">0</property>
96 <attributes> 99 <attributes>
97 <attribute name="weight" value="light"/> 100 <attribute name="weight" value="light"/>
@@ -101,7 +104,7 @@ Author: Tobias Frisch
101 </style> 104 </style>
102 </object> 105 </object>
103 <packing> 106 <packing>
104 <property name="expand">True</property> 107 <property name="expand">False</property>
105 <property name="fill">True</property> 108 <property name="fill">True</property>
106 <property name="position">1</property> 109 <property name="position">1</property>
107 </packing> 110 </packing>
@@ -134,6 +137,26 @@ Author: Tobias Frisch
134 <property name="position">1</property> 137 <property name="position">1</property>
135 </packing> 138 </packing>
136 </child> 139 </child>
140 <child>
141 <object class="GtkButton" id="chat_load_button">
142 <property name="can-focus">True</property>
143 <property name="receives-default">True</property>
144 <property name="relief">none</property>
145 <child>
146 <object class="GtkSpinner">
147 <property name="visible">True</property>
148 <property name="can-focus">False</property>
149 <property name="active">True</property>
150 </object>
151 </child>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="pack-type">end</property>
157 <property name="position">3</property>
158 </packing>
159 </child>
137 <style> 160 <style>
138 <class name=".header-box"/> 161 <class name=".header-box"/>
139 </style> 162 </style>
@@ -530,4 +553,16 @@ Author: Tobias Frisch
530 </packing> 553 </packing>
531 </child> 554 </child>
532 </object> 555 </object>
556 <object class="GtkPopover" id="chat_load_popover">
557 <property name="can-focus">False</property>
558 <property name="relative-to">chat_load_button</property>
559 <property name="position">bottom</property>
560 <child>
561 <object class="GtkListBox" id="chat_load_listbox">
562 <property name="visible">True</property>
563 <property name="can-focus">False</property>
564 <property name="selection-mode">none</property>
565 </object>
566 </child>
567 </object>
533</interface> 568</interface>