equal
deleted
inserted
replaced
251 /* Add stretch above theme button */ |
251 /* Add stretch above theme button */ |
252 |
252 |
253 bottomLeftLayout->addStretch(1); |
253 bottomLeftLayout->addStretch(1); |
254 |
254 |
255 /* Theme chooser */ |
255 /* Theme chooser */ |
256 QHBoxLayout * themeHBox = new QHBoxLayout(this); |
256 QHBoxLayout * themeHBox = new QHBoxLayout(); |
257 |
257 |
258 btnRandTheme = new QPushButton(); |
258 btnRandTheme = new QPushButton(); |
259 btnRandTheme->setWhatsThis(tr("Randomize the theme")); |
259 btnRandTheme->setWhatsThis(tr("Randomize the theme")); |
260 btnRandTheme->setIcon(lp); |
260 btnRandTheme->setIcon(lp); |
261 btnRandTheme->setIconSize(QSize(24, 24)); |
261 btnRandTheme->setIconSize(QSize(24, 24)); |