summaryrefslogtreecommitdiff
path: root/fpicker
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-09-25 09:47:58 +0000
commit6f70cf8348c67c76c92178d508f0b74f892cf9dd (patch)
tree83c4d4d142dd0431d6fd6d074cb8b82994a160e9 /fpicker
parent9a85fea2377f20a47bd08ef65148d09c6ff7df83 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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>