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

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>