QTfrontend/ui/page/pagedata.cpp
changeset 12236 a0ed4caa6d35
parent 12234 2e725778e107
child 12238 41267eea2f96
equal deleted inserted replaced
12235:0844c680b4bc 12236:a0ed4caa6d35
    58     pbHome->setMinimumHeight(50);
    58     pbHome->setMinimumHeight(50);
    59     pbHome->setMinimumWidth(50);
    59     pbHome->setMinimumWidth(50);
    60     pbHome->setWhatsThis(tr("Return to the start page"));
    60     pbHome->setWhatsThis(tr("Return to the start page"));
    61 
    61 
    62     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
    62     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
       
    63     pbOpenDir->setStyleSheet("padding: 5px 10px");
    63     pbOpenDir->setMinimumHeight(50);
    64     pbOpenDir->setMinimumHeight(50);
    64 
    65 
    65     bottomLayout->setStretch(2, 1);
    66     bottomLayout->setStretch(2, 1);
    66 
    67 
    67     return bottomLayout;
    68     return bottomLayout;