[gtk+] file chooser: Don't use .search-bar for a box



commit a71bc24184273fa8192f1e62e8570874e784fa2d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 5 07:40:48 2015 -0500

    file chooser: Don't use .search-bar for a box
    
    Just use the more general .view class to avoid special-casing
    the file chooser in the theme.

 gtk/ui/gtkfilechooserwidget.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index fd289e8..0ddf34b 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -43,7 +43,7 @@
                         <property name="orientation">vertical</property>
                         <property name="spacing">12</property>
                         <style>
-                          <class name="search-bar"/>
+                          <class name="view"/>
                         </style>
                         <child>
                           <object class="GtkStack" id="browse_header_stack">


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