1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +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:
Julian Sparber 2020-02-28 20:33:36 +01:00
parent e7ef61e1b7
commit a14f3fd7a0
No known key found for this signature in database
GPG key ID: 7A0E81F405F35D6A

View file

@ -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>