mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 11:35:32 +00:00
CallHistory: Add a frame to the call history
GNOMEs HIG recommands frames around a List. This also moves the ScrollBar to the edge of the window in the CallHistory. Signed-off-by: Julian Sparber <julian@sparber.net>
This commit is contained in:
parent
e7ef61e1b7
commit
a14f3fd7a0
1 changed files with 10 additions and 4 deletions
|
@ -38,19 +38,25 @@
|
|||
</child>
|
||||
|
||||
<child>
|
||||
<object class="HdyColumn">
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="maximum-width">720</property>
|
||||
<property name="linear-growth-width">720</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<object class="HdyColumn">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="maximum-width">600</property>
|
||||
<property name="linear-growth-width">450</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="history">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="margin">12</property>
|
||||
<property name="valign">start</property>
|
||||
<style>
|
||||
<class name="frame"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue