mirror of https://gitlab.com/basile.b/dexed.git
some hints
This commit is contained in:
parent
198be2198c
commit
6a53686123
|
@ -75,6 +75,7 @@ object CEShortcutEditor: TCEShortcutEditor
|
||||||
object shortcutCatcher: TEdit
|
object shortcutCatcher: TEdit
|
||||||
Left = 310
|
Left = 310
|
||||||
Height = 22
|
Height = 22
|
||||||
|
Hint = 'type a key combination while active'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 109
|
Width = 109
|
||||||
Align = alRight
|
Align = alRight
|
||||||
|
@ -90,6 +91,7 @@ object CEShortcutEditor: TCEShortcutEditor
|
||||||
object btnActivate: TSpeedButton
|
object btnActivate: TSpeedButton
|
||||||
Left = 285
|
Left = 285
|
||||||
Height = 22
|
Height = 22
|
||||||
|
Hint = 'enable shortcut capture'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 23
|
Width = 23
|
||||||
Align = alRight
|
Align = alRight
|
||||||
|
|
Loading…
Reference in New Issue