[Libreoffice-commits] core.git: fpicker/uiconfig
Caolán McNamara
caolanm at redhat.com
Fri Sep 25 02:48:29 PDT 2015
fpicker/uiconfig/ui/explorerfiledialog.ui | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6f70cf8348c67c76c92178d508f0b74f892cf9dd
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/18843
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 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