Compact view in groupchat works again. Fixes #1377
This commit is contained in:
parent
d9dd7a054c
commit
5624dca803
|
@ -645,7 +645,7 @@ class ChatControlBase(MessageControl):
|
|||
if self.type_id == message_control.TYPE_GC:
|
||||
widgets = [
|
||||
self.xml.get_widget('banner_eventbox'),
|
||||
self.xml.get_widget('gc_actions_hbox'),
|
||||
self.xml.get_widget('actions_hbox'),
|
||||
self.xml.get_widget('list_scrolledwindow'),
|
||||
]
|
||||
else:
|
||||
|
|
|
@ -18590,7 +18590,7 @@ topic</property>
|
|||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkHBox" id="actions_eventbox">
|
||||
<widget class="GtkHBox" id="actions_hbox">
|
||||
<property name="border_width">3</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
|
|
Loading…
Reference in New Issue