diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-14 20:30:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-14 20:30:15 +0100 |
commit | 6a4e3194bb16b595885e2814c92ace8911f9a5f3 (patch) | |
tree | b57282150f1b82f6ce0918c99806cc3d8156be5d /fpicker/source | |
parent | 86d121eb3d832d88d3da380ab07bb506f687ddc6 (diff) |
Resolves: fdo#65569 dropdown list missing from built-in fpicker
regression since a8c2cb0e6d0b9b301887be176694592f8ecda0c4
the different ctors have different defaults around whether
they show the dropdown or not.
Change-Id: I3d1bb423c8a25b81ffb26981b63af7498f99e70a
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/iodlg.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src index a4282d0d2acf..052454768326 100644 --- a/fpicker/source/office/iodlg.src +++ b/fpicker/source/office/iodlg.src @@ -120,6 +120,9 @@ ModalDialog DLG_FPICKER_EXPLORERFILE Pos = MAP_APPFONT ( 59 , 117 ) ; Size = MAP_APPFONT ( 159 , 12 ) ; Border = TRUE ; + DropDown = TRUE ; + AutoSize = TRUE ; + AutoHScroll = TRUE ; }; FixedText FT_EXPLORERFILE_SHARED_LISTBOX { |