[gtk+/gtk-3-14] Printing: Make the print dialog look better with bottom buttons
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] Printing: Make the print dialog look better with bottom buttons
- Date: Fri, 3 Oct 2014 04:09:42 +0000 (UTC)
commit 7599f1804c590fe245ecb3345da6e491670d6a1b
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 4afe3f1..2d38c4f 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]