diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-12-03 20:20:25 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-12-03 20:20:25 +0000 |
commit | 251fccda07197b12c630801269beb4ba3f099e13 (patch) | |
tree | 7d57afb28cdc15474410a99dfdff4a4f55be061e /plugins/RecentContacts | |
parent | ded52cbaac5508abfdce74ade83351d4efbaddd2 (diff) |
RecentContacts:
- Increased checkbox size for translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@11231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RecentContacts')
-rw-r--r-- | plugins/RecentContacts/res/resource.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/RecentContacts/res/resource.rc b/plugins/RecentContacts/res/resource.rc index a524764f45..92bab6d226 100644 --- a/plugins/RecentContacts/res/resource.rc +++ b/plugins/RecentContacts/res/resource.rc @@ -44,8 +44,9 @@ BEGIN "Static",SS_LEFTNOWORDWRAP | WS_GROUP,15,27,141,17
LTEXT "Format of date and time\n(Look to readme for placeholders help)",IDC_STATIC,15,50,141,28
EDITTEXT IDC_DATETIME,161,50,137,12,ES_AUTOHSCROLL
- CONTROL "Hide offline contacts",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,161,75,137,8
- CONTROL "Resize window according to contact list",IDC_WINDOWAUTOSIZE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,161,91,137,8
+ CONTROL "Hide offline contacts",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,75,283,8
+ CONTROL "Resize window according to contact list",IDC_WINDOWAUTOSIZE,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,91,283,8
END
|