summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-25 10:46:41 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-09-28 07:37:22 +0000
commitce75966ae16381353fe75f9df2f56d03b8861cd5 (patch)
treecfffed9d6e461ea0d223112bc317d9ba9f3cc8fb
parent00adc13618d7957da43318a69559da82fbbb53a7 (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>
-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>