Printing: Make the print dialog look better with bottom buttons

With buttons at the bottom, things were not looking good here:
no spacing, and a gray background. Add spacing, and put the buttons
on the white background.
This commit is contained in:
Matthias Clasen 2014-10-03 00:07:28 -04:00
parent 5c46db1d77
commit 202116c60c

View File

@ -58,6 +58,14 @@
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">2</property> <property name="spacing">2</property>
<property name="border_width">0</property> <property name="border_width">0</property>
<style>
<class name="view"/>
</style>
<child internal-child="action_box">
<object class="GtkBox">
<property name="margin">6</property>
</object>
</child>
<child> <child>
<object class="GtkBox" id="box1"> <object class="GtkBox" id="box1">
<property name="visible">True</property> <property name="visible">True</property>