Another small label tweak
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
595f30a33f
commit
ccf795b406
@ -24,7 +24,7 @@ IMAPConfig::IMAPConfig(BMessage *archive)
|
||||
#ifdef USESSL
|
||||
| B_MAIL_PROTOCOL_HAS_FLAVORS)
|
||||
{
|
||||
AddFlavor("Unencrypted");
|
||||
AddFlavor("No Encryption");
|
||||
AddFlavor("SSL");
|
||||
#else
|
||||
) {
|
||||
@ -45,8 +45,8 @@ IMAPConfig::IMAPConfig(BMessage *archive)
|
||||
/*frame.top += 10;
|
||||
frame.bottom += 10;*/
|
||||
|
||||
BTextControl *folder = new BTextControl(frame,"root","Mailbox Root: ","",NULL);
|
||||
folder->SetDivider(be_plain_font->StringWidth("Mailbox Root: "));
|
||||
BTextControl *folder = new BTextControl(frame,"root","Top Mailbox Folder: ","",NULL);
|
||||
folder->SetDivider(be_plain_font->StringWidth("Top Mailbox Folder: "));
|
||||
|
||||
if (archive->HasString("root"))
|
||||
folder->SetText(archive->FindString("root"));
|
||||
|
Loading…
Reference in New Issue
Block a user