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>
This commit is contained in:
Caolán McNamara 2015-09-25 10:46:41 +01:00
parent 9a85fea237
commit 6f70cf8348

View File

@ -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>