summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-14 20:30:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-14 20:32:58 +0100
commit4e9f9b745fdf87bce2e2cc286849989364c3bd30 (patch)
tree071c90955f89dd01b623b7eacb75d954b01bb8df /fpicker
parent56a3a2b253552826a6b5cc13500df739d3875974 (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 (cherry picked from commit 6a4e3194bb16b595885e2814c92ace8911f9a5f3)
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.src3
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
{