Skip to content
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

"Replace in project..." input field is clipped a bit #11496

Closed
1 task done
dimeeentor opened this issue May 7, 2024 · 5 comments
Closed
1 task done

"Replace in project..." input field is clipped a bit #11496

dimeeentor opened this issue May 7, 2024 · 5 comments
Labels
bug [core label] font Font feedback for readability, size, style, etc search / project search Feedback for in-file search, multi-buffer global search, etc workspace Feedback for workspace management, layout, interactions, etc

Comments

@dimeeentor
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

  1. Press Cmd + Shift + H
Screenshot 2024-05-07 at 17 35 15

Environment

Zed: v0.134.1 (Zed Preview)
OS: macOS 14.4.1
Memory: 16 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

The input field should not be clipped

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

@dimeeentor dimeeentor added admin read bug [core label] labels May 7, 2024
@dimeeentor dimeeentor changed the title Replace in project input field is clipped a bit "Replace in project..." input field is clipped a bit May 7, 2024
@Moshyfawn
Copy link
Member

I can't seem to reproduce it on the same version of Zed. Would you mind posting your settings.json file?

image

@Moshyfawn Moshyfawn added workspace Feedback for workspace management, layout, interactions, etc search / project search Feedback for in-file search, multi-buffer global search, etc awaiting info Issue that needs more information from the user and removed triage labels May 8, 2024
@dimeeentor
Copy link
Author

Sure, here it is:

// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
  "telemetry": {
    "metrics": false
  },
  "ui_font_size": 15,
  "buffer_font_size": 16,
  "tab_size": 2,
  "ui_font_family": "Zed Sans",
  "theme": {
    "mode": "system",
    "light": "Xcode Default Light",
    "dark": "Xcode Default Dark"
  },
  "vim_mode": true,
  "autosave": "on_window_change",
  "soft_wrap": "editor_width",
  "project_panel": {
    "folder_icons": false,
    "indent_size": 8,
    "auto_fold_dirs": true
  },
  "show_whitespaces": "selection"
}

@Moshyfawn
Copy link
Member

Ok, I see what's causing the problem: It's "ui_font_size": 15.

image

The same applies to the "Exclude:" filter.

@Moshyfawn Moshyfawn added font Font feedback for readability, size, style, etc and removed awaiting info Issue that needs more information from the user labels May 8, 2024
@CharlesChen0823
Copy link
Contributor

this is might expect default behaviour, you can setting "seed_search_query_from_cursor": "never" to block.

@ConradIrwin
Copy link
Member

This seems fixed (even with ui_font_size: 15)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] font Font feedback for readability, size, style, etc search / project search Feedback for in-file search, multi-buffer global search, etc workspace Feedback for workspace management, layout, interactions, etc
Projects
None yet
Development

No branches or pull requests

6 participants