Make sure account listbox is shrinkwapped when only one is present
This commit is contained in:
parent
3c06c0969e
commit
4eccbdf6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -101,13 +101,13 @@
|
|||
<object class="GtkFrame" id="accounts_list_frame">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="accounts_list">
|
||||
<property name="width_request">0</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="selection_mode">none</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue