diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-30 08:49:58 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-30 08:49:58 +0000 |
commit | d3fc664a564c8864eca2b2cd19396940e45f4dca (patch) | |
tree | e62cb99d6223d826a081f8a833ffbd90690b2694 /protocols/Sametime/res | |
parent | 904c13ee8896fcffffde1a4fa23deeec0ccd3019 (diff) |
Attempt to fix display issue
git-svn-id: http://svn.miranda-ng.org/main/trunk@8789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/res')
-rw-r--r-- | protocols/Sametime/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/res/resource.rc b/protocols/Sametime/res/resource.rc index b6ce4d4429..9b12c9b9ea 100644 --- a/protocols/Sametime/res/resource.rc +++ b/protocols/Sametime/res/resource.rc @@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPTNET DIALOGEX 0, 0, 323, 203
-STYLE DS_SETFONT | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
|