Fix alignment of mail protocol control (#2042).
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 20:41:59 +0000 (22:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 20:41:59 +0000 (22:41 +0200)
src/wx/full_config_dialog.cc

index e83cdac4da73d64452e1d2aebafb7775be6a3bbd..dc21b249d3e6cc275cc142fd7ebcd7adb06fb428 100644 (file)
@@ -665,7 +665,7 @@ private:
                        _protocol->Append (_("Plain"));
                        _protocol->Append (_("STARTTLS"));
                        _protocol->Append (_("SSL"));
                        _protocol->Append (_("Plain"));
                        _protocol->Append (_("STARTTLS"));
                        _protocol->Append (_("SSL"));
-                       s->Add (_protocol);
+                       s->Add (_protocol, 1, wxALIGN_CENTER_VERTICAL);
                        table->Add (s, 1, wxEXPAND | wxALL);
                }
 
                        table->Add (s, 1, wxEXPAND | wxALL);
                }