equal
deleted
inserted
replaced
174 { |
174 { |
175 QHBoxLayout * bottomLayout = new QHBoxLayout(); |
175 QHBoxLayout * bottomLayout = new QHBoxLayout(); |
176 |
176 |
177 BtnAdmin = addButton(tr("Admin features"), bottomLayout, 0, false, Qt::AlignBottom); |
177 BtnAdmin = addButton(tr("Admin features"), bottomLayout, 0, false, Qt::AlignBottom); |
178 BtnAdmin->setMinimumSize(180, 50); |
178 BtnAdmin->setMinimumSize(180, 50); |
|
179 BtnAdmin->setStyleSheet("padding: 5px 10px"); |
179 BtnAdmin->setWhatsThis(tr("Open server administration page")); |
180 BtnAdmin->setWhatsThis(tr("Open server administration page")); |
180 |
181 |
181 return bottomLayout; |
182 return bottomLayout; |
182 } |
183 } |
183 |
184 |