The protocol config view now adds some glue at the bottom.
* This makes all boxes fill the complete height of the window. * The SMTP add-on did that itself which makes no sense.
This commit is contained in:
@@ -147,7 +147,8 @@ ProtocolSettingsView::ProtocolSettingsView(const entry_ref& ref,
|
||||
|
||||
BLayoutBuilder::Group<>(contents, B_VERTICAL)
|
||||
.SetInsets(B_USE_DEFAULT_SPACING)
|
||||
.Add(view);
|
||||
.Add(view)
|
||||
.AddGlue();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user