[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/rsibreak/src
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2006-05-31 21:19:46
Message-ID: 1149110386.909557.29560.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 547115 by toma:

Usability work on the setuppopup page. 
- brought the checkbox closer to the label
- reduced the text of the label 
- a bit more space between the options

Finished issue 2.1 from the report.
CCMAIL: t.trillitzsch@gmx.de


 M  +6 -11     setuppopup.cpp  


--- trunk/playground/utils/rsibreak/src/setuppopup.cpp #547114:547115
@@ -56,15 +56,12 @@
     d = new SetupPopupPriv;
 
     QVBoxLayout *layout = new QVBoxLayout( parent );
-    layout->setSpacing( KDialog::spacingHint() );
+    //layout->setSpacing( KDialog::spacingHint() );
     layout->setAlignment( AlignTop );
 
-    QLabel *label = new QLabel( i18n("When it is time to break, RSIBreak can "
-                                     "show a popup near the systemtray, then "
-                                     "you can take a break without the screen "
-                                     "being replaced by a picture. If you "
-                                     "want to see pictures and not the popup, "
-                                     "turn this function off."), parent);
+    QLabel *label = new QLabel( i18n("RSIBreak can show a popup near the "
+            "systray instead of replacing your whole screen with a picture."),
+            parent);
     label->setAlignment(Qt::WordBreak);
     layout->addWidget(label);
 
@@ -78,10 +75,8 @@
     layout->addWidget(d->usePopup);
     label->setBuddy(d->usePopup);
 
-    d->useFlashLabel = new QLabel( i18n("When the popup is shown, it can flash "
-                                       "when there is activity detected. You "
-                                       "can turn it off when you find it too "
-                                       "intrusive."), parent);
+    d->useFlashLabel = new QLabel( "\n" + i18n("The popup can flash when it "
+            "detects that you are still active."), parent);
     d->useFlashLabel->setAlignment(Qt::WordBreak);
     layout->addWidget(d->useFlashLabel);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic