moved back drawSeparator option to 'basic' tab since it is interlocked with the 'outline active window title' option
svn path=/trunk/KDE/kdebase/workspace/; revision=1019932
This commit is contained in:
parent
41d3887d13
commit
624939fd60
1 changed files with 7 additions and 7 deletions
|
@ -135,6 +135,12 @@ namespace Nitrogen
|
||||||
titleOutline->setWhatsThis(i18n(
|
titleOutline->setWhatsThis(i18n(
|
||||||
"When enabled, an additional frame is shown around the active window as well as its title"));
|
"When enabled, an additional frame is shown around the active window as well as its title"));
|
||||||
|
|
||||||
|
// draw separator
|
||||||
|
vboxLayout->addWidget( drawSeparator = new QCheckBox( i18n("Draw separator between title bar and active window contents"), basicWidget ) );
|
||||||
|
drawSeparator->setObjectName(QString::fromUtf8("drawSeparator"));
|
||||||
|
drawSeparator->setWhatsThis(i18n(
|
||||||
|
"When enabled, this option makes an horizontal separator appear between the window title bar and the window contents."));
|
||||||
|
|
||||||
// show stripes
|
// show stripes
|
||||||
vboxLayout->addWidget( showStripes = new QCheckBox( i18n("Show stripes next to the title"), basicWidget) );
|
vboxLayout->addWidget( showStripes = new QCheckBox( i18n("Show stripes next to the title"), basicWidget) );
|
||||||
showStripes->setObjectName(QString::fromUtf8("showStripes"));
|
showStripes->setObjectName(QString::fromUtf8("showStripes"));
|
||||||
|
@ -200,12 +206,6 @@ namespace Nitrogen
|
||||||
useOxygenShadows->setWhatsThis(i18n(
|
useOxygenShadows->setWhatsThis(i18n(
|
||||||
"When this option is enabled, oxygen signature blue glow is used for the active window shadow."));
|
"When this option is enabled, oxygen signature blue glow is used for the active window shadow."));
|
||||||
|
|
||||||
// draw separator
|
|
||||||
vboxLayout->addWidget( drawSeparator = new QCheckBox( i18n("Draw separator between title bar and active window contents"), advancedWidget ) );
|
|
||||||
drawSeparator->setObjectName(QString::fromUtf8("drawSeparator"));
|
|
||||||
drawSeparator->setWhatsThis(i18n(
|
|
||||||
"When enabled, this option makes an horizontal separator appear between the window title bar and the window contents."));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// exceptions
|
// exceptions
|
||||||
|
|
Loading…
Reference in a new issue