summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-25 10:46:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-01 08:12:32 +0000
commit0d92c88cf272f9b9134bc26e9b14e0d8956e6ef2 (patch)
treece938668600ee0b3004e33d280f94125ecbb269d
parent11caa6a06d15590c41afbb6c7c36a7dee639c656 (diff)
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@libreoffice.org> Reviewed-by: Cor Nouws <cor.nouws@documentfoundation.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit ce75966ae16381353fe75f9df2f56d03b8861cd5) Reviewed-on: https://gerrit.libreoffice.org/19030 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--fpicker/uiconfig/ui/explorerfiledialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui
index 41118bd011ce..fbca7af5e0f5 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>