mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user