equal
deleted
inserted
replaced
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; |