[dconf-editor] Make pathbar the title widget.



commit 36a62f8b1703c32b8648aa1cc8aa4337bca2e099
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Dec 13 22:58:42 2017 +0100

    Make pathbar the title widget.

 editor/dconf-editor.ui |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index bbc8b3c..c968624 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -19,11 +19,6 @@
         <property name="visible">True</property>
         <property name="show-close-button">True</property>
         <property name="has-subtitle">False</property>
-        <child type="title">
-          <object class="GtkBox">
-            <property name="visible">False</property>
-          </object>
-        </child>
         <child>
           <object class="GtkMenuButton" id="info_button">
             <property name="visible">True</property>
@@ -98,9 +93,10 @@
             <property name="pack-type">end</property>
           </packing>
         </child>
-        <child>
+        <child type="title">
           <object class="PathBar" id="pathbar">
             <property name="visible">True</property>
+            <property name="hexpand">True</property>
             <property name="valign">center</property>
             <signal name="request_path" handler="request_path"/>
           </object>


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