Set no border on notebook in print dialog

This commit is contained in:
William Jon McCann 2014-02-13 17:21:15 -05:00 committed by Matthias Clasen
parent 686de28701
commit a121da3bb1

View File

@ -70,6 +70,7 @@
<object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_border">False</property>
<child>
<object class="GtkBox" id="general_main_box">
<property name="visible">True</property>