diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-12-28 20:00:03 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-12-28 21:49:20 +0400 |
commit | f10fc42189b3d3f6dd180234da9777e53e92b7e4 (patch) | |
tree | f1205b1f83ef89a966e5def0ec7b64081bbb58e7 /dbaccess | |
parent | e0e52ce536f6b4b69280d41d77fc6d43d23958f3 (diff) |
fdo#44204: shrink the first column in the open dialog, remove unused flags
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/CollectionView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx index 8370e39b6516..a41a36603915 100644 --- a/dbaccess/source/ui/dlg/CollectionView.cxx +++ b/dbaccess/source/ui/dlg/CollectionView.cxx @@ -80,7 +80,7 @@ OCollectionView::OCollectionView( Window * pParent , m_aFTCurrentPath( this, ModuleRes( FT_EXPLORERFILE_CURRENTPATH ) ) , m_aNewFolder( this, ModuleRes( BTN_EXPLORERFILE_NEWFOLDER ) ) , m_aUp( this, ModuleRes( BTN_EXPLORERFILE_UP ) ) - , m_aView( this, ModuleRes( CTRL_VIEW ) ,FILEVIEW_SHOW_TITLE ) + , m_aView( this, ModuleRes( CTRL_VIEW ), FILEVIEW_SHOW_ONLYTITLE ) , m_aFTName( this, ModuleRes( FT_EXPLORERFILE_FILENAME ) ) , m_aName( this, ModuleRes( ED_EXPLORERFILE_FILENAME ) ) , m_aFL( this, ModuleRes( FL_1 ) ) |