Procházet zdrojové kódy

More space for the "patterns" hint labels

Source commit: 99f152e02ee66e3c963671e60e714734b34f54ad
Martin Prikryl před 8 roky
rodič
revize
a5adfaf229
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]
@@ -2656,9 +2656,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]