Skip to content

fixed replace field width to change dynamically when resizing#71559

Closed
ndngo wants to merge 1 commit into
microsoft:masterfrom
ndngo:issue-46135-static-replace-width
Closed

fixed replace field width to change dynamically when resizing#71559
ndngo wants to merge 1 commit into
microsoft:masterfrom
ndngo:issue-46135-static-replace-width

Conversation

@ndngo
Copy link
Copy Markdown

@ndngo ndngo commented Apr 1, 2019

fixes #46135
Fixed resizing of width for replace textbox when the find and replace dialog box was resized with the vertical separator.

Before:
static-width

After:
dynamic-width

@ndngo ndngo changed the title fixed replace width to change dynamically with resizing fixed replace field width to change dynamically when resizing Apr 1, 2019
}

if (this._resized) {
if (!this._resized) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

such a simple fix, such neat result

@rebornix
Copy link
Copy Markdown
Member

This issue is already fixed while refactoring but thanks anyways for your help!

@rebornix rebornix closed this Oct 24, 2019
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Find&Replace bar: Replace textbox is not resized

3 participants