user-accounts: remove superfluous frame from history dialog

See https://bugzilla.gnome.org/show_bug.cgi?id=739820
This commit is contained in:
Lapo Calamandrei 2014-11-10 20:05:43 +01:00
parent caf76dc4c5
commit d227fa4a88

View file

@ -61,9 +61,9 @@
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="border_width">0</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
@ -77,9 +77,8 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkListBox" id="history-box">
<property name="visible">True</property>