[polari] room-list: Fix room name alignment



commit f2ace41cbd53bd10ccbeb1c93ca8f805a8825291
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 16 18:37:28 2016 +0200

    room-list: Fix room name alignment
    
    The visibility of the icon preceding a channel name is supposed to
    depend on whether the channel represents a room or a private chat,
    however as the icon is not excluded from show_all(), this only works
    as intended for rooms joined later. While the icon is still empty
    for the original set of rooms, the spacing between icon and label
    results in names being aligned differently.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771728

 data/resources/room-list-row.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/resources/room-list-row.ui b/data/resources/room-list-row.ui
index 82ce35b..12df26c 100644
--- a/data/resources/room-list-row.ui
+++ b/data/resources/room-list-row.ui
@@ -17,7 +17,7 @@
             <property name="spacing">6</property>
             <child>
               <object class="GtkImage" id="icon">
-                <property name="visible">True</property>
+                <property name="no-show-all">True</property>
                 <property name="valign">baseline</property>
                 <property name="icon-size">1</property>
               </object>


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