do not show tabs in groupchat window when it is opened
This commit is contained in:
parent
b791479159
commit
a5fb5e6319
|
@ -7109,7 +7109,7 @@ Custom</property>
|
|||
<child>
|
||||
<widget class="GtkNotebook" id="chat_notebook">
|
||||
<property name="visible">True</property>
|
||||
<property name="show_tabs">True</property>
|
||||
<property name="show_tabs">False</property>
|
||||
<property name="show_border">True</property>
|
||||
<property name="tab_pos">GTK_POS_TOP</property>
|
||||
<property name="scrollable">True</property>
|
||||
|
|
Loading…
Reference in New Issue