Kaydet (Commit) 2491a8dd authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Andras Timar

don't over-expand built-in file dialog on very long paths/names

Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6
Reviewed-on: https://gerrit.libreoffice.org/18844Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCor Nouws <cor.nouws@documentfoundation.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit ce75966a)
üst 53e7a805
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="max_width_chars">40</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -279,6 +280,7 @@ ...@@ -279,6 +280,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="max_width_chars">40</property>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment