equal
deleted
inserted
replaced
59 pbHome->setMinimumWidth(50); |
59 pbHome->setMinimumWidth(50); |
60 pbHome->setWhatsThis(tr("Load the start page")); |
60 pbHome->setWhatsThis(tr("Load 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->setStyleSheet("padding: 5px 10px"); |
|
64 pbOpenDir->setWhatsThis(tr("Open the directory in which the downloaded files are stored in your system")); |
64 pbOpenDir->setMinimumHeight(50); |
65 pbOpenDir->setMinimumHeight(50); |
65 |
66 |
66 bottomLayout->setStretch(2, 1); |
67 bottomLayout->setStretch(2, 1); |
67 |
68 |
68 return bottomLayout; |
69 return bottomLayout; |