浏览代码

More space for the "patterns" hint labels

(cherry picked from commit a5adfaf229598fb6337757bb50e12539184d10c9)

Source commit: 73a785e8b83bea930c088257e145ef28662f2213
Martin Prikryl 8 年之前
父节点
当前提交
6eb0e5efa0
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 2 2
      source/forms/CustomCommand.dfm
  2. 6 6
      source/forms/Preferences.dfm

+ 2 - 2
source/forms/CustomCommand.dfm

@@ -133,9 +133,9 @@ object CustomCommandDialog: TCustomCommandDialog
       OnClick = ControlChange
     end
     object HintText: TStaticText
-      Left = 310
+      Left = 272
       Top = 103
-      Width = 79
+      Width = 117
       Height = 16
       Alignment = taRightJustify
       Anchors = [akTop, akRight]

+ 6 - 6
source/forms/Preferences.dfm

@@ -349,9 +349,9 @@ object PreferencesDialog: TPreferencesDialog
               'Debug 2')
           end
           object LogFileNameHintText: TStaticText
-            Left = 293
+            Left = 264
             Top = 84
-            Width = 82
+            Width = 111
             Height = 16
             Alignment = taRightJustify
             Anchors = [akTop, akRight]
@@ -457,9 +457,9 @@ object PreferencesDialog: TPreferencesDialog
             OnChange = ControlChange
           end
           object ActionsLogFileNameHintText: TStaticText
-            Left = 293
+            Left = 264
             Top = 65
-            Width = 82
+            Width = 111
             Height = 16
             Alignment = taRightJustify
             Anchors = [akTop, akRight]
@@ -2646,9 +2646,9 @@ object PreferencesDialog: TPreferencesDialog
             TabOrder = 4
           end
           object PuttyPathHintText: TStaticText
-            Left = 218
+            Left = 184
             Top = 61
-            Width = 79
+            Width = 113
             Height = 16
             Alignment = taRightJustify
             Anchors = [akTop, akRight]