diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-05-17 19:24:40 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-05-17 19:24:40 +0000 |
commit | 040c78c0bbf2167023706385fb40c82c47b7c0ae (patch) | |
tree | c0fba4df8b5c716c24a348fde3b7acbdce2a4e4a | |
parent | df55fcd090881d7a11815ab4147a2bd1d5ba41d0 (diff) |
KeyboardNotify: some controls adjusted
git-svn-id: http://svn.miranda-ng.org/main/trunk@9213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index c1ee0d79a6..fafd835016 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -73,7 +73,7 @@ BEGIN CONTROL "Screen Saver is running",IDC_SSAVER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,25,117,10
CONTROL "Workstation is locked",IDC_LOCKED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,36,117,10
CONTROL "Defined programs are running",IDC_PGMS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,47,111,10
- PUSHBUTTON "...",IDC_ASSIGNPGMS,282,49,15,9
+ PUSHBUTTON "...",IDC_ASSIGNPGMS,282,47,15,9
CONTROL "All other situations",IDC_ACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,58,117,10
GROUPBOX "Only notify if status is",IDC_STATIC,155,77,147,107
CONTROL "Online",IDC_ONLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,88,65,9
@@ -134,7 +134,7 @@ BEGIN LTEXT "Theme",IDC_STATIC,22,25,34,9
COMBOBOX IDC_THEME,61,23,232,96,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
EDITTEXT IDC_CUSTOMSTRING,22,47,272,14,ES_AUTOHSCROLL
- PUSHBUTTON "Test",IDC_TEST,210,71,86,14,BS_FLAT
+ PUSHBUTTON "Test",IDC_TEST,210,71,86,14
PUSHBUTTON "Add",IDC_ADD,22,71,44,14
PUSHBUTTON "Update",IDC_UPDATE,73,71,44,14
PUSHBUTTON "Delete",IDC_DELETE,124,71,44,14
|