[gtk+] file chooser: Don't use .search-bar for a box
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] file chooser: Don't use .search-bar for a box
- Date: Thu, 5 Nov 2015 12:46:21 +0000 (UTC)
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]