[gnome-boxes/iconview-child-label-wrap-mode] icon-view: Wrap machine name with "word-char"



commit 0939a18bb9ab1a0d129ded770ef95a566b98ced0
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]