From a3eaefcd38f5f92dc342a2a43d37b6571d2a7a6d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 20:28:27 -0400 Subject: Connection dialog starts with server field focused --- connection_dialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'connection_dialog.cpp') diff --git a/connection_dialog.cpp b/connection_dialog.cpp index 0138189..55f68eb 100644 --- a/connection_dialog.cpp +++ b/connection_dialog.cpp @@ -31,4 +31,5 @@ ConnectionDialog::ConnectionDialog() SetSizerAndFit(top_sizer); Center(); + server_box_->SetFocus(); } -- cgit 1.4.1