[epiphany/wip/exalm/dialog-title] data-dialog: Fix title



commit 759724194e2a95d9cec3d8a6a833d791d956a786
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 26 19:26:53 2020 +0500

    data-dialog: Fix title
    
    GtkWindow normally syncs window title with the headerbar that's the
    titlebar. Of course, this doesn't work with headerbar inside the window
    (and it's not GtkHeaderBar anyway), so the title is just missing.
    
    Bind it explicitly.

 src/resources/gtk/data-dialog.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/gtk/data-dialog.ui b/src/resources/gtk/data-dialog.ui
index 861e0ece4..eedafb1f8 100644
--- a/src/resources/gtk/data-dialog.ui
+++ b/src/resources/gtk/data-dialog.ui
@@ -32,6 +32,7 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="show_close_button">True</property>
+            <property name="title" bind-source="EphyDataDialog" bind-property="title"/>
             <child>
               <object class="GtkButton" id="clear_all_button">
                 <property name="visible">True</property>


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