[dconf-editor] Correct headerbar height.



commit 9444e8297efe0e114e871c30d1a7cb2f0366f11e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Jan 3 22:23:26 2016 +0100

    Correct headerbar height.

 editor/dconf-editor.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index 5760b39..e8634a0 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -16,9 +16,11 @@
         <property name="visible">True</property>
         <property name="show-close-button">True</property>
         <property name="title" translatable="yes">dconf Editor</property>
+        <property name="has-subtitle">False</property>
         <child>
           <object class="GtkMenuButton" id="info_button">
             <property name="visible">True</property>
+            <property name="valign">center</property>
             <signal name="clicked" handler="on_menu_button_clicked"/>
             <style>
               <class name="image-button"/>
@@ -44,6 +46,7 @@
         <child>
           <object class="GtkToggleButton" id="search_button">
             <property name="visible">True</property>
+            <property name="valign">center</property>
             <property name="active" bind-source="search_bar" bind-property="search-mode-enabled" 
bind-flags="bidirectional|sync-create"/>
             <!-- <accelerator key="F" signal="toggled" modifiers="GDK_CONTROL_MASK"/> TODO -->
             <style>
@@ -70,6 +73,7 @@
         <child>
           <object class="Bookmarks" id="bookmarks_button">
             <property name="visible">True</property>
+            <property name="valign">center</property>
             <property name="schema-id">ca.desrt.dconf-editor.Settings</property>
             <signal name="clicked" handler="on_menu_button_clicked"/>
             <signal name="bookmark_activated" handler="scroll_to_path"/>


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