-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find/Replace overlay: search and replace input fields not vertically centered #2092
Closed
Tracked by
#2021
Labels
enhancement
New feature or request
Comments
72 tasks
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Jul 17, 2024
…platform#1997 eclipse-platform#2092 This adapts the defined margins in the FindReplaceOverlay, such that 1. there is no vertical cutoff of the buttons 2. the search and replace input boxes are vertically centered Fixes eclipse-platform#1997 Fixes eclipse-platform#2092
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Jul 17, 2024
…platform#1997 eclipse-platform#2092 This adapts the defined margins in the FindReplaceOverlay, such that 1. there is no vertical cutoff of the buttons 2. the search and replace input boxes are vertically centered Fixes eclipse-platform#1997 Fixes eclipse-platform#2092
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Jul 17, 2024
…platform#1997 eclipse-platform#2092 This adapts the defined margins in the FindReplaceOverlay, such that 1. there is no vertical cutoff of the buttons 2. the search and replace input boxes are vertically centered Fixes eclipse-platform#1997 Fixes eclipse-platform#2092
lathapatil
pushed a commit
to lathapatil/eclipse.platform.ui
that referenced
this issue
Oct 21, 2024
…platform#1997 eclipse-platform#2092 This adapts the defined margins in the FindReplaceOverlay, such that 1. there is no vertical cutoff of the buttons 2. the search and replace input boxes are vertically centered Fixes eclipse-platform#1997 Fixes eclipse-platform#2092
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The introduction of the search and replace histories in the FindReplaceOverlay (#1990) have slightly changed the overlay's layout. In particular the text boxes are not vertically centered anymore. They are slightly off to the top.
Before #1990:
![image](https://private-user-images.githubusercontent.com/755472/348787353-78c261d6-415a-423a-a7fe-5f1f4739516a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDA5NDcsIm5iZiI6MTczOTYwMDY0NywicGF0aCI6Ii83NTU0NzIvMzQ4Nzg3MzUzLTc4YzI2MWQ2LTQxNWEtNDIzYS1hN2ZlLTVmMWY0NzM5NTE2YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNjI0MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNjgzZjAzZWRkY2MxZDkxODA0Yzc4M2FjNTQzYTIxMmJkMjQ3YjUwOTAzYTM4N2VmYmE0OTZhNTc0ODdhMDJjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.N_3us0NnMkWJdOUkQPJK5BPXx7C6thVurNrIa3JBo18)
After #1990:
![image](https://private-user-images.githubusercontent.com/755472/348787300-5481f1d1-cafb-440c-9c38-3f10ff3e4f76.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDA5NDcsIm5iZiI6MTczOTYwMDY0NywicGF0aCI6Ii83NTU0NzIvMzQ4Nzg3MzAwLTU0ODFmMWQxLWNhZmItNDQwYy05YzM4LTNmMTBmZjNlNGY3Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNjI0MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMGZhZjYyMThmNDFkNDg5MmI4NTM4NDRmOGFiOWYwZjZmMGFmMmQ3NDgxY2RhZjdhNTc4YTMxMjc2YWI1NTcyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MXJ8WozcGRwH6rmsvxXiF9Eioy8yQpwH388RvmDkRbk)
To me, the old placement looks better, thus we should try to restore it.
The text was updated successfully, but these errors were encountered: