diff options
Diffstat (limited to 'res/windows/main_window.ui')
| -rw-r--r-- | res/windows/main_window.ui | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index 5dc17d8..4712455 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -10,8 +10,23 @@ <object class="AdwToolbarView"> <property name="content"> <object class="GtkScrolledWindow"> + <property name="vexpand">True</property> <child> - <object class="GtkListBox" id="entry_list"/> + <object class="AdwClamp"> + <property name="child"> + <object class="GtkListBox" id="participant_list"> + <property name="margin-bottom">18</property> + <property name="margin-end">12</property> + <property name="margin-start">12</property> + <property name="margin-top">18</property> + <property name="selection-mode">none</property> + <property name="valign">start</property> + <style> + <class name="boxed-list"/> + </style> + </object> + </property> + </object> </child> </object> </property> @@ -33,12 +48,16 @@ <property name="icon-name">contact-new</property> </object> </child> + <style/> </object> </child> + <style/> </object> </property> - <property name="height-request">720</property> - <property name="width-request">360</property> + <property name="default-height">720</property> + <property name="default-width">360</property> + <property name="height-request">480</property> + <property name="width-request">240</property> </object> <menu id="main_menu"> <item> |
