diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-07 19:33:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-07 19:33:47 +0300 |
commit | 8fd573615615d959ac707e23b3811e7f75496625 (patch) | |
tree | 456c1fd08f9ae325780a5e6e84e5f8080410d06d /plugins/MirOTR/res/resource.rc | |
parent | 789aecc317515e7be6ba962d34f08b0002297e98 (diff) |
minor change of dialog's height
Diffstat (limited to 'plugins/MirOTR/res/resource.rc')
-rw-r--r-- | plugins/MirOTR/res/resource.rc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/plugins/MirOTR/res/resource.rc b/plugins/MirOTR/res/resource.rc index 978c792500..8b42590d3d 100644 --- a/plugins/MirOTR/res/resource.rc +++ b/plugins/MirOTR/res/resource.rc @@ -27,12 +27,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_OTR ICON "otr.ico"
+
IDI_REFRESH ICON "refresh.ico"
+
IDI_INSECURE ICON "insecure.ico"
+
IDI_UNVERIFIED ICON "unverified.ico"
+
IDI_PRIVATE ICON "private.ico"
+
IDI_FINISHED ICON "finished.ico"
+
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
@@ -98,7 +104,7 @@ BEGIN COMBOBOX IDC_CMB_CONT_POLICY,137,207,153,12,CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP
END
-IDD_OPT_FINGER DIALOGEX 0, 0, 296, 226
+IDD_OPT_FINGER DIALOGEX 0, 0, 296, 234
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -184,6 +190,7 @@ BEGIN END
END
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -239,7 +246,7 @@ BEGIN IDD_OPT_FINGER, DIALOG
BEGIN
- BOTTOMMARGIN, 220
+ BOTTOMMARGIN, 228
END
IDD_SMP_INPUT, DIALOG
@@ -259,6 +266,11 @@ BEGIN 0
END
+IDD_OPT_FINGER AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
|