mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: break the rules dialog hints text into lines
this can be done automagically tho Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5e9e7736c8
commit
0a5808cc21
1 changed files with 5 additions and 6 deletions
|
@ -709,12 +709,11 @@ Rules* RulesDialog::edit(Rules* r, WId window, bool show_hints)
|
||||||
void RulesDialog::displayHints()
|
void RulesDialog::displayHints()
|
||||||
{
|
{
|
||||||
QString str = "<qt><p>";
|
QString str = "<qt><p>";
|
||||||
str += i18n("This configuration dialog allows altering settings only for the selected window"
|
str += i18n(
|
||||||
" or application. Find the setting you want to affect, enable the setting using the checkbox,"
|
"This configuration dialog allows altering settings only for the selected window<br/>"
|
||||||
" select in what way the setting should be affected and to which value.");
|
"or application. Find the setting you want to affect, enable the setting using the<br/>"
|
||||||
#if 0 // maybe later
|
"checkbox, select in what way the setting should be affected and to which value.<br/>"
|
||||||
str += "</p><p>" + i18n("Consult the documentation for more details.");
|
);
|
||||||
#endif
|
|
||||||
str += "</p></qt>";
|
str += "</p></qt>";
|
||||||
KMessageBox::information(this, str, QString(), "displayhints");
|
KMessageBox::information(this, str, QString(), "displayhints");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue