[gnome-maps/wip/mlundblad/search-as-you-type: 1/4] placeListRow: Ellipsize name label



commit 6e251173b7f1c96cf1229bc2cb08bd564963ddbc
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Jun 5 23:12:00 2019 +0200

    placeListRow: Ellipsize name label
    
    Set the name label to ellipsize at the end.
    This avoids the place popover resizing as
    search results updates.

 data/ui/place-list-row.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/ui/place-list-row.ui b/data/ui/place-list-row.ui
index 7db9cc2..f3d2bf0 100644
--- a/data/ui/place-list-row.ui
+++ b/data/ui/place-list-row.ui
@@ -50,6 +50,7 @@
             <property name="valign">end</property>
             <property name="hexpand">True</property>
             <property name="use_markup">True</property>
+            <property name="ellipsize">end</property>
           </object>
           <packing>
             <property name="left_attach">1</property>
@@ -79,3 +80,4 @@
     </child>
   </template>
 </interface>
+


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