file-chooser: style location bar as a search bar
So we get a nice bottom border etc. https://bugzilla.gnome.org/show_bug.cgi?id=722211
This commit is contained in:
committed by
Matthias Clasen
parent
b05b91c692
commit
b5e13cd68f
@@ -50,8 +50,11 @@
|
||||
<property name="visible">False</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="border_width">0</property>
|
||||
<property name="spacing">12</property>
|
||||
<style>
|
||||
<class name="search-bar"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkStack" id="browse_header_stack">
|
||||
<property name="visible">True</property>
|
||||
@@ -63,6 +66,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<property name="border_width">6</property>
|
||||
<child>
|
||||
<object class="GtkPathBar" id="browse_path_bar">
|
||||
<property name="visible">True</property>
|
||||
@@ -175,6 +179,7 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no-show-all">True</property>
|
||||
<property name="spacing">12</property>
|
||||
<property name="border_width">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="location_label">
|
||||
<property name="visible">True</property>
|
||||
|
||||
Reference in New Issue
Block a user