Procházet zdrojové kódy

More space for the "patterns" hint labels

(cherry picked from commit a5adfaf229598fb6337757bb50e12539184d10c9)

Source commit: 73a785e8b83bea930c088257e145ef28662f2213
Martin Prikryl před 8 roky
rodič
revize
6eb0e5efa0
2 změnil soubory, kde provedl 8 přidání a 8 odebrání
  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]