summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-25 10:46:41 +0100
committerAndras Timar <andras.timar@collabora.com>2015-10-02 14:58:38 +0200
commit363c5d72f81628baf62d35aaf0fd72a348226720 (patch)
tree346baef930e00325f08893ec2ae03bb8728326cf
parenteb6fac3dade6e2da066462345cab8c1eca59c5ca (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>