[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - fpicker/uiconfig
Caolán McNamara
caolanm at redhat.com
Mon Sep 28 00:37:41 PDT 2015
fpicker/uiconfig/ui/explorerfiledialog.ui | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ce75966ae16381353fe75f9df2f56d03b8861cd5
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>
diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui
index 057b7f9..dad5ff0 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>
@@ -279,6 +280,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