[gnome-boxes/gnome-3-34] icon-view: Wrap machine name with "word-char"



commit dffe790132078ae89636d8a1d86edf7f28266aba
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Sep 30 14:45:26 2019 +0200

    icon-view: Wrap machine name with "word-char"
    
    This way we prevent long names from expanding the widget.
    
    Fixes #423

 data/ui/icon-view-child.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/icon-view-child.ui b/data/ui/icon-view-child.ui
index 34eeb12d..34366d03 100644
--- a/data/ui/icon-view-child.ui
+++ b/data/ui/icon-view-child.ui
@@ -88,6 +88,7 @@
         <property name="ellipsize">middle</property>
         <property name="lines">3</property>
         <property name="wrap">True</property>
+        <property name="wrap-mode">word-char</property>
         <property name="margin-top">10</property>
       </object>
       <packing>


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