[nautilus/wip/apoos-maximus/gsoc2020: 27/27] properties-window: Reduce Open With natural width




commit 1c076f2a5b81ec6c94349f5e2fdf6f6ae1174c1d
Author: António Fernandes <antoniof gnome org>
Date:   Sun Jul 26 19:46:24 2020 +0100

    properties-window: Reduce Open With natural width
    
    The Open With tab makes the whole dialog wider than it needs to be,
    making other labs look stretched.
    
    This is because the label has a very high natural width, in spite of
    wrapping, which is attributable to the max-width-chars property.
    
    So, halve the value of that propert to give the Properties window a
    more fitting natural width.

 src/resources/ui/nautilus-properties-window.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 285876f2c..ab163b169 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1258,7 +1258,7 @@
                     <property name="can_focus">False</property>
                     <property name="wrap">True</property>
                     <property name="wrap_mode">word-char</property>
-                    <property name="max_width_chars">60</property>
+                    <property name="max_width_chars">30</property>
                     <property name="xalign">0</property>
                   </object>
                   <packing>


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