QTfrontend/ui/page/pagedata.cpp
changeset 11819 7642955690bc
parent 11626 6225dfeba347
child 12234 2e725778e107
equal deleted inserted replaced
11818:b421923c2577 11819:7642955690bc
    52 QLayout * PageDataDownload::footerLayoutDefinition()
    52 QLayout * PageDataDownload::footerLayoutDefinition()
    53 {
    53 {
    54     QHBoxLayout * bottomLayout = new QHBoxLayout();
    54     QHBoxLayout * bottomLayout = new QHBoxLayout();
    55     bottomLayout->setStretch(0, 1);
    55     bottomLayout->setStretch(0, 1);
    56 
    56 
    57     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 1, false);
    57     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 1, false, Qt::AlignBottom);
       
    58     pbOpenDir->setMinimumHeight(50);
    58 
    59 
    59     bottomLayout->setStretch(2, 1);
    60     bottomLayout->setStretch(2, 1);
    60 
    61 
    61     return bottomLayout;
    62     return bottomLayout;
    62 }
    63 }