GUI
Removed a redundant "decoration". Maybe the tooltips should be rewritten altogether. svn path=/trunk/kdebase/kwin/; revision=322401
This commit is contained in:
parent
22f4d1dced
commit
50e4644385
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ B2Config::B2Config( KConfig* conf, QWidget* parent )
|
||||||
cbColorBorder = new QCheckBox(
|
cbColorBorder = new QCheckBox(
|
||||||
i18n("Draw window frames using &titlebar colors"), gb);
|
i18n("Draw window frames using &titlebar colors"), gb);
|
||||||
QWhatsThis::add(cbColorBorder,
|
QWhatsThis::add(cbColorBorder,
|
||||||
i18n("When selected, the window decoration borders "
|
i18n("When selected, the window borders "
|
||||||
"are drawn using the titlebar colors. Otherwise, they are "
|
"are drawn using the titlebar colors. Otherwise, they are "
|
||||||
"drawn using normal border colors instead."));
|
"drawn using normal border colors instead."));
|
||||||
|
|
||||||
|
@ -49,7 +49,8 @@ B2Config::B2Config( KConfig* conf, QWidget* parent )
|
||||||
i18n("Draw &resize handle"), gb);
|
i18n("Draw &resize handle"), gb);
|
||||||
QWhatsThis::add(showGrabHandleCb,
|
QWhatsThis::add(showGrabHandleCb,
|
||||||
i18n("When selected, decorations are drawn with a \"grab handle\" "
|
i18n("When selected, decorations are drawn with a \"grab handle\" "
|
||||||
"in the bottom left corner of the windows. Otherwise, no grab handle is drawn."));
|
"in the bottom left corner of the windows. "
|
||||||
|
"Otherwise, no grab handle is drawn."));
|
||||||
|
|
||||||
// Double click menu option support
|
// Double click menu option support
|
||||||
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);
|
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);
|
||||||
|
|
Loading…
Reference in a new issue