From c509a54b03904cae92979c690f359f42c79b4eb3 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Tue, 24 Jan 2023 18:47:58 +0100 Subject: [PATCH] Widen import button on very first tab of session manager, so translations fit to it. Closes #1752 --- source/connections.dfm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/connections.dfm b/source/connections.dfm index 5083169e..6dd90073 100644 --- a/source/connections.dfm +++ b/source/connections.dfm @@ -137,8 +137,9 @@ object connform: Tconnform object btnImportSettings: TButton Left = 10 Top = 184 - Width = 159 + Width = 497 Height = 25 + Anchors = [akLeft, akTop, akRight] Caption = 'Import settings ...' ImageIndex = 101 TabOrder = 0