From 9eee47669d579ab3ec994e3c6043c26ae0ec100f Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Thu, 14 Dec 2006 00:28:45 +0000 Subject: [PATCH] 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 --- src/preferences/mail/ConfigWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/mail/ConfigWindow.cpp b/src/preferences/mail/ConfigWindow.cpp index c58c4bb825..9b40a2361c 100644 --- a/src/preferences/mail/ConfigWindow.cpp +++ b/src/preferences/mail/ConfigWindow.cpp @@ -233,7 +233,7 @@ class AboutTextView : public BTextView 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, B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE | B_NOT_RESIZABLE), fLastSelectedAccount(NULL), @@ -259,7 +259,7 @@ ConfigWindow::ConfigWindow() tabView->AddTab(view = new BView(rect,NULL,B_FOLLOW_ALL,0)); tabView->TabAt(0)->SetLabel(MDR_DIALECT_CHOICE ("Accounts","アカウント")); view->SetViewColor(top->ViewColor()); - + // accounts listview rect = view->Bounds().InsetByCopy(8,8);