diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-22 21:19:44 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-22 21:19:44 +0300 |
| commit | 4f5e18684ec9518657a035164d04e04e87fca5a0 (patch) | |
| tree | fd1a424be59a0fdf70bccce0801e1d6191b06407 /protocols/Weather/res | |
| parent | dd3b89ded0e7cbfdb6ce833895104ec4fda6448f (diff) | |
Weather: first version that compiles
Diffstat (limited to 'protocols/Weather/res')
| -rw-r--r-- | protocols/Weather/res/resource.rc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index 34e5f32c83..36e656b8f7 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -54,10 +54,8 @@ BEGIN CONTROL "Remove old data when updating",IDC_REMOVEOLD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,45,286,8 CONTROL "Make the contact italic when weather alert is issued",IDC_MAKEI, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,56,286,8 - GROUPBOX "Modes",IDC_STATIC,3,70,300,37 - CONTROL "Use weather condition as protocol status",IDC_PROTOCOND, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,81,278,8 - CONTROL "Avatar only mode",IDC_DISCONDICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,91,278,8 + GROUPBOX "Modes",IDC_STATIC,3,70,300,27 + CONTROL "Avatar only mode",IDC_DISCONDICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,81,278,8 GROUPBOX "Units",IDC_STATIC,3,107,299,80,WS_GROUP LTEXT "Temperature",IDC_STATIC,8,116,53,8 CONTROL "Celsius",IDC_T1,"Button",BS_AUTORADIOBUTTON,65,116,40,8 |
