Further iconized the channels, TRIED TO fix the broken attachement message height, the fix seems to be via just implementing them

This commit is contained in:
winsped
2026-07-22 00:36:56 +03:00
parent ed98242af8
commit d7221c7227
8 changed files with 37 additions and 12 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

+3 -1
View File
@@ -2,4 +2,6 @@
#define IDI_BACKCORDBANNERIC 102
#define IDI_CHANNEL_TC 110
#define IDI_CHANNEL_VC 111
#define IDI_CHANNEL_ANC 112
#define IDI_CHANNEL_ANC 112
#define IDI_CHANNEL_FORUM 113
#define IDI_CHANNEL_CATEGORY 114
BIN
View File
Binary file not shown.
+3 -1
View File
@@ -2,6 +2,8 @@
IDI_BACKCORDIC RCDATA "backcord_icon.png"
IDI_BACKCORDBANNERIC BITMAP "backcordbanner.bmp"
IDI_CHANNEL_CATEGORY BITMAP "category.bmp"
IDI_CHANNEL_TC BITMAP "tc.bmp"
IDI_CHANNEL_VC BITMAP "vc.bmp"
IDI_CHANNEL_ANC BITMAP "anc.bmp"
IDI_CHANNEL_ANC BITMAP "anc.bmp"
IDI_CHANNEL_FORUM BITMAP "forum.bmp"