From 5837689c71d1df9aff930e196ba7a99faaeeef35 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 7 Jul 2013 04:27:11 +0000 Subject: [PATCH] No need to adjust vertical position of OK button on sorting popup. See http://www.heidisql.com/forum.php?t=12980 --- source/data_sorting.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/source/data_sorting.pas b/source/data_sorting.pas index 7ef461a9..ae6e76ef 100644 --- a/source/data_sorting.pas +++ b/source/data_sorting.pas @@ -188,7 +188,6 @@ begin // Auto-adjust width and position of main buttons at bottom btnWidth := (pnlBevel.Width -pnlBevel.BorderWidth*2 - MARGIN) DIV 3 - MARGIN; btnOK.Width := btnWidth; - btnOK.Top := Height - pnlBevel.BorderWidth - MARGIN - btnOK.Height; btnOK.Left := pnlBevel.BorderWidth + MARGIN; btnCancel.Width := btnWidth; btnCancel.Left := btnOK.Left + btnWidth + MARGIN;