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:
Axel Dörfler
2015-01-06 15:23:51 +01:00
parent 4235da3061
commit fa587d2956
2 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -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();
}