[gnome-control-center] printers: never use horizontal scrollbars



commit 4d622d7b980d3a82100a4f6ff91dda8d218a2ed7
Author: William Jon McCann <jmccann redhat com>
Date:   Wed Jan 26 15:55:18 2011 -0500

    printers: never use horizontal scrollbars

 panels/printers/printers.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui
index f7d5c3d..3940dfe 100644
--- a/panels/printers/printers.ui
+++ b/panels/printers/printers.ui
@@ -17,7 +17,7 @@
             <property name="width_request">180</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="hscrollbar_policy">automatic</property>
+            <property name="hscrollbar_policy">never</property>
             <property name="vscrollbar_policy">automatic</property>
             <child>
               <object class="GtkTreeView" id="printer-treeview">
@@ -65,7 +65,7 @@
                     <property name="height_request">90</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="hscrollbar_policy">automatic</property>
+                    <property name="hscrollbar_policy">never</property>
                     <property name="vscrollbar_policy">automatic</property>
                     <child>
                       <object class="GtkTreeView" id="allowed-users-treeview">



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