Widen import button on very first tab of session manager, so translations fit to it. Closes #1752

This commit is contained in:
Ansgar Becker
2023-01-24 18:47:58 +01:00
parent 075aa18bc7
commit c509a54b03

View File

@ -137,8 +137,9 @@ object connform: Tconnform
object btnImportSettings: TButton object btnImportSettings: TButton
Left = 10 Left = 10
Top = 184 Top = 184
Width = 159 Width = 497
Height = 25 Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Import settings ...' Caption = 'Import settings ...'
ImageIndex = 101 ImageIndex = 101
TabOrder = 0 TabOrder = 0