diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-22 20:33:56 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-22 20:33:56 +0300 |
commit | 29be1661e4f294cc1056a1d315001f25acfbb21f (patch) | |
tree | fb82c9ca81e26dea9ec26dbe68677aeca7efd6bb /plugins/NewStory/src/resource.h | |
parent | 57f3aa3dbcefdd94a4f26a71adccfe8ebe988eab (diff) |
fixes #4602 (NewStory: сделать опцию для ограничения максимальной высоты превьюшки изображения)
Diffstat (limited to 'plugins/NewStory/src/resource.h')
-rw-r--r-- | plugins/NewStory/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/NewStory/src/resource.h b/plugins/NewStory/src/resource.h index be213cd879..a53b45a995 100644 --- a/plugins/NewStory/src/resource.h +++ b/plugins/NewStory/src/resource.h @@ -102,7 +102,9 @@ #define IDC_TOPLINE 1062
#define IDC_SHOW_PREVIEW 1062
#define IDC_DELSERVERHISTORY 1063
+#define IDC_PREVIEW_HEIGHT 1063
#define IDC_BOTH 1064
+#define IDC_SPIN1 1064
#define IDC_COLOR1 1065
#define IDC_COLOR2 1066
#define IDC_COLOR3 1067
@@ -130,7 +132,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 40019
-#define _APS_NEXT_CONTROL_VALUE 1061
+#define _APS_NEXT_CONTROL_VALUE 1065
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|