[gtk+] Printing: Make the print dialog look better with bottom buttons



commit 202116c60c67bab7ede6cfd5627f8a6a33184301
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 3 00:07:28 2014 -0400

    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.

 gtk/resources/ui/gtkprintunixdialog.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/ui/gtkprintunixdialog.ui b/gtk/resources/ui/gtkprintunixdialog.ui
index bba2f2b..8792c5a 100644
--- a/gtk/resources/ui/gtkprintunixdialog.ui
+++ b/gtk/resources/ui/gtkprintunixdialog.ui
@@ -58,6 +58,14 @@
         <property name="orientation">vertical</property>
         <property name="spacing">2</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>
           <object class="GtkBox" id="box1">
             <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]