Skip to content

Commit

Permalink
Fix position of recordviewer toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-xyz committed Dec 4, 2024
1 parent 5b75b89 commit 0a38179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified source/Hex.res
Binary file not shown.
4 changes: 2 additions & 2 deletions source/frames/hxrecordviewerframe.pas
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,9 @@ procedure TRecordViewerFrame.SetParent(AValue: TWinControl);
if (Parent <> nil) then begin
case Parent.Align of
alLeft, alRight:
Toolbar.Align := alTop;
alTop, alBottom:
Toolbar.Align := alLeft;
alTop, alBottom:
Toolbar.Align := alTop;
end;
ToolBar.AutoSize := true;
RestoreToolButtons;
Expand Down

0 comments on commit 0a38179

Please sign in to comment.