Quick hack to work around font issues until I have time to fix it properly

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19508 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2006-12-14 00:28:45 +00:00
parent 9c55633809
commit 9eee47669d
+1 -1
View File
@@ -233,7 +233,7 @@ class AboutTextView : public BTextView
ConfigWindow::ConfigWindow() ConfigWindow::ConfigWindow()
: BWindow(BRect(200.0, 200.0, 640.0, 640.0), : BWindow(BRect(100.0, 100.0, 580.0, 540.0),
"E-mail", B_TITLED_WINDOW, "E-mail", B_TITLED_WINDOW,
B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE | B_NOT_RESIZABLE), B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE | B_NOT_RESIZABLE),
fLastSelectedAccount(NULL), fLastSelectedAccount(NULL),