linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02667
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2330: fiddling with a background color
------------------------------------------------------------
revno: 2330
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-12-05 19:37:25 +0100
message:
fiddling with a background color
modified:
win32/WinUtil.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'win32/WinUtil.cpp'
--- win32/WinUtil.cpp 2010-11-30 20:39:00 +0000
+++ win32/WinUtil.cpp 2010-12-05 18:37:25 +0000
@@ -226,7 +226,7 @@
xdRichTextBox.font = font;
xdRichTextBox.lines = 6;
xdRichTextBox.foregroundColor = ::GetSysColor(COLOR_WINDOWTEXT);
- xdRichTextBox.backgroundColor = ::GetSysColor(COLOR_3DFACE);
+ xdRichTextBox.backgroundColor = ::GetSysColor(COLOR_WINDOW);
xdTable.style |= WS_HSCROLL | WS_VSCROLL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER;
xdTable.exStyle = WS_EX_CLIENTEDGE;