summaryrefslogtreecommitdiff
path: root/fpicker
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-17 23:22:29 +0200
commit2491a8dd026b1645067731cd9621de0f9df273a6 (patch)
tree5bf675f44f65ec5ef27f4301f47f7432fef4e7b2 /fpicker
parent53e7a80566e5651bd56f7b9d0952f7539b8b7bed (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)
Diffstat (limited to 'fpicker')
-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 057b7f970014..dad5ff0a259c 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>