Browse Source

Drop down lists on the Open Directory and Location Profile dialogs are up to 16 entries long

Source commit: 529a893385ccd4231173b44115aeb5155edff635
Martin Prikryl 9 years ago
parent
commit
6d87c76c6b
2 changed files with 3 additions and 0 deletions
  1. 2 0
      source/forms/LocationProfiles.dfm
  2. 1 0
      source/forms/OpenDirectory.dfm

+ 2 - 0
source/forms/LocationProfiles.dfm

@@ -312,6 +312,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
     Width = 419
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     TabOrder = 0
     Text = 'LocalDirectoryEdit'
     OnChange = DirectoryEditChange
@@ -322,6 +323,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
     Width = 501
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     MaxLength = 1000
     TabOrder = 2
     Text = 'RemoteDirectoryEdit'

+ 1 - 0
source/forms/OpenDirectory.dfm

@@ -48,6 +48,7 @@ object OpenDirectoryDialog: TOpenDirectoryDialog
     Width = 351
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     MaxLength = 1000
     TabOrder = 0
     Text = 'RemoteDirectoryEdit'