QTfrontend/ui/widget/mapContainer.cpp
changeset 11915 245163aa3674
parent 11869 bff919afc63f
child 12902 fc47fc4af6bd
equal deleted inserted replaced
11914:1d2e89be3eb6 11915:245163aa3674
   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));