diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-06 18:34:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-06 18:34:17 +0300 |
commit | aa799ce77046ba6e3a91cd712bbf2a4a23f2c259 (patch) | |
tree | 50aab0c4f7322d531dd09fcf65fc898a7384f6e5 /plugins | |
parent | a7cc98eb83a5f77d2220ce3dec8315e574f7467c (diff) |
KeyboardNotify: resource cosmetic
Diffstat (limited to 'plugins')
-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
|