Improved string situation in the screen edge KCM so the options actually
make sense. Renamed "trigger cooldown" and added tooltips to everything. Freeze exception granted by Albert Astals Cid. svn path=/trunk/KDE/kdebase/workspace/; revision=966879
This commit is contained in:
parent
bd42cf484f
commit
8a299eccce
1 changed files with 11 additions and 1 deletions
|
@ -22,6 +22,9 @@
|
|||
<layout class="QFormLayout" name="formLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="desktopSwitchLabel">
|
||||
<property name="toolTip">
|
||||
<string>Change desktop when the mouse cursor is pushed against the edge of the screen</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Switch desktop on edge:</string>
|
||||
</property>
|
||||
|
@ -54,6 +57,9 @@
|
|||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="toolTip">
|
||||
<string>Amount of time required for the mouse cursor to be pushed against the edge of the screen before the action is triggered</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Activation &delay:</string>
|
||||
</property>
|
||||
|
@ -86,8 +92,11 @@
|
|||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Amount of time required after triggering an action until the next trigger can occur</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Trigger &cooldown:</string>
|
||||
<string>&Reactivation delay:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
|
@ -192,6 +201,7 @@
|
|||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>monitor</tabstop>
|
||||
<tabstop>desktopSwitchCombo</tabstop>
|
||||
<tabstop>activationDelaySpin</tabstop>
|
||||
<tabstop>triggerCooldownSpin</tabstop>
|
||||
</tabstops>
|
||||
|
|
Loading…
Reference in a new issue