[polari/wip/fmuellner/bg-app: 1/3] entryArea: Exclude confirmation label from show_all()



commit d1a33dc332b52ba435c52d498a8383e1ce8a0d06
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Nov 17 20:10:24 2016 +0100

    entryArea: Exclude confirmation label from show_all()
    
    The visibility is set programmatically (and controls the state or
    visibility of other elements via property bindings), so make sure
    to not show it accidentally via show_all().
    (For now, the window is usually shown before rooms are added, but
    this won't be the case anymore when we allow running the application
    in the background).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770750

 data/resources/entry-area.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/entry-area.ui b/data/resources/entry-area.ui
index 8748732..4d996ca 100644
--- a/data/resources/entry-area.ui
+++ b/data/resources/entry-area.ui
@@ -124,6 +124,7 @@
             </child>
             <child>
               <object class="GtkLabel" id="confirmLabel">
+                <property name="no-show-all">True</property>
                 <property name="halign">start</property>
                 <property name="hexpand">True</property>
                 <property name="ellipsize">end</property>


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