diff options
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index 1874b9eda8..d4efeb6705 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -139,7 +139,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Set program list"
FONT 8, "MS Sans Serif"
BEGIN
- LTEXT "Program",IDC_STATIC,13,20,34,9
+ LTEXT "Program",IDC_STATIC,7,20,44,9
COMBOBOX IDC_PROGRAMS,53,18,107,96,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Add",IDC_ADDPGM,36,41,44,14
PUSHBUTTON "Delete",IDC_DELETEPGM,99,41,44,14
|