Set slide/page format dropdown size to 6 in Slide/Page panel

Change-Id: Iad70e5e946c3209246567b7b6449100a49cb8a40
Reviewed-on: https://gerrit.libreoffice.org/28013
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
Susobhan Ghosh
2016-08-10 14:19:21 +05:30
committed by Katarina Behrens
parent 18edd88edc
commit b2bbebb34e

View File

@@ -27,6 +27,7 @@
PaperSizeListBox::PaperSizeListBox(vcl::Window* pParent, WinBits nStyle)
: ListBox( pParent, nStyle)
{
SetDropDownLineCount(6);
}
VCL_BUILDER_FACTORY(PaperSizeListBox);