Fix padding on room member button
This commit is contained in:
parent
f5fabe8b29
commit
dfda70068f
1 changed files with 2 additions and 2 deletions
|
@ -1200,8 +1200,8 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">horizontal</property>
|
||||
<property name="margin_left">6</property>
|
||||
<property name="margin_right">6</property>
|
||||
<property name="margin_left">3</property>
|
||||
<property name="margin_right">3</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="members_count">
|
||||
|
|
Loading…
Reference in a new issue