No need to adjust vertical position of OK button on sorting popup. See http://www.heidisql.com/forum.php?t=12980

This commit is contained in:
Ansgar Becker
2013-07-07 04:27:11 +00:00
parent 483a94fb72
commit 5837689c71

View File

@ -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;