[gnome-control-center] printers: Drop "Add Printer" dialog internal borders



commit a0e75d5d52e6d8e87538edb300385d0393185d74
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Sep 2 13:16:15 2016 +0200

    printers: Drop "Add Printer" dialog internal borders
    
    This is a redesign based on the newest mockups available at
    https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760783

 panels/printers/new-printer-dialog.ui |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/panels/printers/new-printer-dialog.ui b/panels/printers/new-printer-dialog.ui
index a5f9df8..22693dc 100644
--- a/panels/printers/new-printer-dialog.ui
+++ b/panels/printers/new-printer-dialog.ui
@@ -26,7 +26,6 @@
     <property name="width_request">500</property>
     <property name="height_request">350</property>
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
     <property name="title" translatable="yes" comments="Translators: This is the title presented at top of 
the dialog.">Add Printer</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
@@ -93,6 +92,7 @@
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">10</property>
+        <property name="border_width">0</property>
         <child>
           <object class="GtkBox" id="box2">
             <property name="visible">True</property>
@@ -109,7 +109,6 @@
                   <object class="GtkScrolledWindow" id="scrolledwindow1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="shadow_type">in</property>
                     <child>
                       <object class="GtkTreeView" id="devices-treeview">
                         <property name="visible">True</property>
@@ -155,13 +154,21 @@
               </packing>
             </child>
             <child>
+              <object class="GtkSeparator">
+                <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
               <object class="GtkToolbar" id="toolbar1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="toolbar_style">icons</property>
                 <property name="icon_size">1</property>
                 <style>
-                  <class name="inline-toolbar"/>
+                  <class name="toolbar"/>
                 </style>
                 <child>
                   <object class="GtkToolItem" id="toolbutton1">
@@ -171,6 +178,7 @@
                       <object class="GtkBox" id="box1">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="border_width">4</property>
                         <child>
                           <object class="GtkFixed" id="fixed">
                             <property name="width_request">24</property>
@@ -243,7 +251,7 @@
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">True</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
           </object>


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