[gtk+] file chooser: Add an ID to the box around the pathbar



commit 3a4922a76f856f43604d56d397b4b29a96655c4a
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 16 14:36:32 2016 -0500

    file chooser: Add an ID to the box around the pathbar
    
    Having an ID makes it easier to style this appropriately.

 gtk/ui/gtkfilechooserwidget.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index 0ddf34b..1b74232 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -40,6 +40,7 @@
                     <child>
                       <object class="GtkBox">
                         <property name="visible">1</property>
+                        <property name="name">pathbarbox</property>
                         <property name="orientation">vertical</property>
                         <property name="spacing">12</property>
                         <style>


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