summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-08-03 14:56:14 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:27 +0200
commit8aaee352aa39e624d2386d9b483855cd8069bff5 (patch)
tree2c23f907c12607dca8717ef0326801115fdf3898 /fpicker
parentdon't invalidate the dialog after every typed character (diff)
downloadcore-8aaee352aa39e624d2386d9b483855cd8069bff5.tar.gz
core-8aaee352aa39e624d2386d9b483855cd8069bff5.zip
FolderTree width 100 -> 150
Change-Id: I2d349c19a11679b0c58a1efbd134837f5c3aabdd
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index b32f196fb2d6..0e26283ed1b2 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -233,7 +233,7 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, WinBits nBits )
m_pSplitter->Show();
m_pTreeView = VclPtr< FolderTree >::Create( m_pContainer, WB_BORDER );
- Size aSize( 100, 200 );
+ Size aSize( 150, 200 );
m_pTreeView->set_height_request( aSize.Height() );
m_pTreeView->set_width_request( aSize.Width() );
m_pTreeView->SetSizePixel( aSize );