[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - fpicker/uiconfig

Caolán McNamara caolanm at redhat.com
Thu Oct 1 01:12:55 PDT 2015


 fpicker/uiconfig/ui/explorerfiledialog.ui |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0d92c88cf272f9b9134bc26e9b14e0d8956e6ef2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 25 10:46:41 2015 +0100

    don't over-expand built-in file dialog on very long paths/names
    
    Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6
    Reviewed-on: https://gerrit.libreoffice.org/18844
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Cor Nouws <cor.nouws at documentfoundation.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    (cherry picked from commit ce75966ae16381353fe75f9df2f56d03b8861cd5)
    Reviewed-on: https://gerrit.libreoffice.org/19030
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui
index 41118bd..fbca7af 100644
--- a/fpicker/uiconfig/ui/explorerfiledialog.ui
+++ b/fpicker/uiconfig/ui/explorerfiledialog.ui
@@ -59,6 +59,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="hexpand">True</property>
+                        <property name="max_width_chars">40</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -287,6 +288,7 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="hexpand">True</property>
+                                <property name="max_width_chars">40</property>
                               </object>
                               <packing>
                                 <property name="left_attach">1</property>


More information about the Libreoffice-commits mailing list