Procházet zdrojové kódy

Making use of whole dialog width for checkboxes on Endurance page (asked for by Italian translator)

(cherry picked from commit 007ccce443f3ffad4f2e2672176db200e6b71425)

Source commit: c2f7c3c33cc2a609a356f9d32dbed40da5863ef6
Martin Prikryl před 6 roky
rodič
revize
1adcdfdcdc
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      source/forms/Preferences.dfm

+ 3 - 3
source/forms/Preferences.dfm

@@ -2010,7 +2010,7 @@ object PreferencesDialog: TPreferencesDialog
           object SessionReopenAutoCheck: TCheckBox
             Left = 16
             Top = 21
-            Width = 337
+            Width = 363
             Height = 17
             Caption = '&Automatically reconnect session, if it breaks during transfer'
             TabOrder = 0
@@ -2032,7 +2032,7 @@ object PreferencesDialog: TPreferencesDialog
           object SessionReopenAutoIdleCheck: TCheckBox
             Left = 16
             Top = 72
-            Width = 337
+            Width = 363
             Height = 17
             Caption = 'Automatically reconnect session, if it breaks &while idle'
             TabOrder = 2
@@ -2054,7 +2054,7 @@ object PreferencesDialog: TPreferencesDialog
           object SessionReopenAutoStallCheck: TCheckBox
             Left = 16
             Top = 122
-            Width = 337
+            Width = 363
             Height = 17
             Caption = 'Automatically reconnect session, if it &stalls'
             TabOrder = 4