equal
deleted
inserted
replaced
424 CBFrontendEffects->setWhatsThis(QCheckBox::tr("Enable visual effects such as animated menu transitions and falling stars")); |
424 CBFrontendEffects->setWhatsThis(QCheckBox::tr("Enable visual effects such as animated menu transitions and falling stars")); |
425 groupFrontend->layout()->addWidget(CBFrontendEffects, 1, 0); |
425 groupFrontend->layout()->addWidget(CBFrontendEffects, 1, 0); |
426 } |
426 } |
427 |
427 |
428 { // group: colors |
428 { // group: colors |
429 OptionGroupBox * groupColors = new OptionGroupBox(":/res/lightbulb_on.png", tr("Custom colors"), this); |
429 OptionGroupBox * groupColors = new OptionGroupBox(":/res/Palette.png", tr("Custom colors"), this); |
430 rightColumn->addWidget(groupColors); |
430 rightColumn->addWidget(groupColors); |
431 |
431 |
432 groupColors->layout()->setColumnStretch(0, 1); |
432 groupColors->layout()->setColumnStretch(0, 1); |
433 groupColors->layout()->setColumnStretch(1, 1); |
433 groupColors->layout()->setColumnStretch(1, 1); |
434 groupColors->layout()->setColumnStretch(2, 1); |
434 groupColors->layout()->setColumnStretch(2, 1); |