[webkit-changes] [WebKit/WebKit] 436e7e: [Minibrowser] Find bar detaches from the bottom of...

Aditya Keerthi noreply at github.com
Sun Sep 11 20:16:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 436e7e012974cad559f6dd7caa93a5f9d0e9854f
      https://github.com/WebKit/WebKit/commit/436e7e012974cad559f6dd7caa93a5f9d0e9854f
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2022-09-11 (Sun, 11 Sep 2022)

  Changed paths:
    M Tools/MiniBrowser/mac/WK2BrowserWindowController.m

  Log Message:
  -----------
  [Minibrowser] Find bar detaches from the bottom of the window on resizing
https://bugs.webkit.org/show_bug.cgi?id=245057
rdar://99722096

Reviewed by Tim Horton.

* Tools/MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController setFindBarView:]):

The find bar in Minibrowser is intended to be anchored to the bottom window.
Specify `NSViewMaxYMargin` in the view’s autoresizing mask to indicate that the
top margin between the view and its superview is flexible.

Canonical link: https://commits.webkit.org/254368@main




More information about the webkit-changes mailing list