Improved mail protocol config view layout.
This commit is contained in:
@@ -143,7 +143,7 @@ MailProtocolConfigView::MailProtocolConfigView(uint32 optionsMask)
|
|||||||
{
|
{
|
||||||
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||||
|
|
||||||
BGridLayout* layout = new BGridLayout();
|
BGridLayout* layout = new BGridLayout(0.f);
|
||||||
SetLayout(layout);
|
SetLayout(layout);
|
||||||
|
|
||||||
if ((optionsMask & B_MAIL_PROTOCOL_HAS_HOSTNAME) != 0) {
|
if ((optionsMask & B_MAIL_PROTOCOL_HAS_HOSTNAME) != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user