From e66adb8cdc25047e93d866d8955d811e9b411f3a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 1 Feb 2018 15:16:49 +0100 Subject: [PATCH] diff form, more explicit caption --- src/ce_diff.lfm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/ce_diff.lfm b/src/ce_diff.lfm index 8522d717..261af482 100644 --- a/src/ce_diff.lfm +++ b/src/ce_diff.lfm @@ -9,7 +9,7 @@ object CEDiffViewer: TCEDiffViewer LCLVersion = '1.8.0.6' inline editor: TSynEdit Left = 4 - Height = 387 + Height = 385 Top = 15 Width = 508 Align = alClient @@ -112,38 +112,38 @@ object CEDiffViewer: TCEDiffViewer end object Panel1: TPanel Left = 4 - Height = 31 - Top = 406 + Height = 33 + Top = 404 Width = 508 Align = alBottom AutoSize = True BorderSpacing.Around = 4 BevelOuter = bvLowered - ClientHeight = 31 + ClientHeight = 33 ClientWidth = 508 TabOrder = 1 object btnIgnore: TBitBtn - Left = 168 - Height = 27 + Left = 100 + Height = 29 Hint = 'Don''t show this dialog until more modifications are detected' Top = 2 - Width = 116 + Width = 180 Align = alRight AutoSize = True BorderSpacing.Left = 2 BorderSpacing.Around = 1 - Caption = 'Never ask again' + Caption = 'Keep and never ask again' ModalResult = 5 ParentShowHint = False ShowHint = True TabOrder = 0 end object btnAccept: TBitBtn - Left = 287 - Height = 27 + Left = 283 + Height = 29 Hint = 'Load the new version' Top = 2 - Width = 124 + Width = 126 Align = alRight AutoSize = True BorderSpacing.Left = 2 @@ -155,11 +155,11 @@ object CEDiffViewer: TCEDiffViewer TabOrder = 1 end object btnCancel: TBitBtn - Left = 414 - Height = 27 + Left = 412 + Height = 29 Hint = 'Don''t reload the modifications for now' Top = 2 - Width = 92 + Width = 94 Align = alRight AutoSize = True BorderSpacing.Left = 2