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




commit c9a4a53f72580aa41e2c221fae00bd973841d99e
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 35ed31ecb..e52704812 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]