diff options
author | dartraiden <wowemuh@gmail.com> | 2024-07-22 07:38:58 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-07-22 07:38:58 +0300 |
commit | a23e6ed7b179f1192f99ad003928516238126223 (patch) | |
tree | 7a2d5a98868e08b9feffc8e30f466bb42042c165 /protocols | |
parent | 46d2f57c113fd87566cb2d9c3b03990c6b39da4d (diff) |
Weather: resource cosmetic
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Weather/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index 40e7d2a957..34e5f32c83 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -62,7 +62,7 @@ BEGIN LTEXT "Temperature",IDC_STATIC,8,116,53,8 CONTROL "Celsius",IDC_T1,"Button",BS_AUTORADIOBUTTON,65,116,40,8 CONTROL "Fahrenheit",IDC_T2,"Button",BS_AUTORADIOBUTTON,120,116,47,8 - LTEXT "Degree sign:",IDC_STATIC,227,116,55,8 + RTEXT "Degree sign:",IDC_STATIC,194,116,85,8 EDITTEXT IDC_DEGREE,283,116,13,12,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE LTEXT "Wind",IDC_STATIC,8,125,53,8 CONTROL "km/h",IDC_W1,"Button",BS_AUTORADIOBUTTON,65,125,34,8 |