فهرست منبع

Fixing focus labels that did not have their control associated

Source commit: b007d7c08975d8cf3e7bad5fa085ccc6f79b7e59
Martin Prikryl 6 سال پیش
والد
کامیت
c3e6d2acad
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      source/forms/CreateDirectory.dfm
  2. 1 0
      source/forms/ImportSessions.dfm
  3. 1 0
      source/forms/Preferences.dfm

+ 1 - 0
source/forms/CreateDirectory.dfm

@@ -25,6 +25,7 @@ object CreateDirectoryDialog: TCreateDirectoryDialog
     Width = 85
     Height = 13
     Caption = 'New &folder name:'
+    FocusControl = DirectoryEdit
   end
   object DirectoryEdit: TEdit
     Left = 8

+ 1 - 0
source/forms/ImportSessions.dfm

@@ -25,6 +25,7 @@ object ImportSessionsDialog: TImportSessionsDialog
     Height = 13
     Anchors = [akLeft, akTop, akRight]
     Caption = '&Import from:'
+    FocusControl = SourceComboBox
   end
   object OKButton: TButton
     Left = 135

+ 1 - 0
source/forms/Preferences.dfm

@@ -298,6 +298,7 @@ object PreferencesDialog: TPreferencesDialog
             Height = 13
             Anchors = [akLeft, akTop, akRight]
             Caption = '&Log path:'
+            FocusControl = LogFileNameEdit3
             OnClick = ControlChange
           end
           object LogFileNameEdit3: TFilenameEdit