QTfrontend/ui/page/pagescheme.cpp
changeset 11674 d59b6f289e30
parent 11046 47a8c19ecb60
child 11691 bf7899e6359a
equal deleted inserted replaced
11651:e5c101a6fb8d 11674:d59b6f289e30
   441 
   441 
   442 QLayout * PageScheme::footerLayoutDefinition()
   442 QLayout * PageScheme::footerLayoutDefinition()
   443 {
   443 {
   444     QHBoxLayout * bottomLayout = new QHBoxLayout();
   444     QHBoxLayout * bottomLayout = new QHBoxLayout();
   445     selectScheme = new QComboBox(this);
   445     selectScheme = new QComboBox(this);
       
   446     selectScheme->setMaxVisibleItems(50);
   446 
   447 
   447     bottomLayout->addWidget(selectScheme, 0);
   448     bottomLayout->addWidget(selectScheme, 0);
   448     BtnCopy = addButton(tr("Copy"), bottomLayout, 1);
   449     BtnCopy = addButton(tr("Copy"), bottomLayout, 1);
   449     BtnNew = addButton(tr("New"), bottomLayout, 2);
   450     BtnNew = addButton(tr("New"), bottomLayout, 2);
   450     BtnDelete = addButton(tr("Delete"), bottomLayout, 3);
   451     BtnDelete = addButton(tr("Delete"), bottomLayout, 3);