diff options
Diffstat (limited to 'resources/ui/chat.ui')
-rw-r--r-- | resources/ui/chat.ui | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/resources/ui/chat.ui b/resources/ui/chat.ui index 8d9cb02..c70eb40 100644 --- a/resources/ui/chat.ui +++ b/resources/ui/chat.ui | |||
@@ -145,7 +145,7 @@ Author: Tobias Frisch | |||
145 | </packing> | 145 | </packing> |
146 | </child> | 146 | </child> |
147 | <child> | 147 | <child> |
148 | <object class="GtkScrolledWindow"> | 148 | <object class="GtkScrolledWindow" id="chat_scrolled_window"> |
149 | <property name="visible">True</property> | 149 | <property name="visible">True</property> |
150 | <property name="can-focus">True</property> | 150 | <property name="can-focus">True</property> |
151 | <child> | 151 | <child> |
@@ -153,21 +153,11 @@ Author: Tobias Frisch | |||
153 | <property name="visible">True</property> | 153 | <property name="visible">True</property> |
154 | <property name="can-focus">False</property> | 154 | <property name="can-focus">False</property> |
155 | <child> | 155 | <child> |
156 | <object class="GtkStack"> | 156 | <object class="GtkListBox" id="messages_listbox"> |
157 | <property name="visible">True</property> | 157 | <property name="visible">True</property> |
158 | <property name="can-focus">False</property> | 158 | <property name="can-focus">False</property> |
159 | <child> | 159 | <property name="selection-mode">none</property> |
160 | <object class="GtkListBox" id="messages_listbox"> | 160 | <property name="activate-on-single-click">False</property> |
161 | <property name="visible">True</property> | ||
162 | <property name="can-focus">False</property> | ||
163 | <property name="selection-mode">none</property> | ||
164 | <property name="activate-on-single-click">False</property> | ||
165 | </object> | ||
166 | <packing> | ||
167 | <property name="name">page0</property> | ||
168 | <property name="title" translatable="yes">page0</property> | ||
169 | </packing> | ||
170 | </child> | ||
171 | </object> | 161 | </object> |
172 | </child> | 162 | </child> |
173 | </object> | 163 | </object> |