emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 139 forks source link

Way too big icons #573

Open liar666 opened 3 years ago

liar666 commented 3 years ago

Describe the bug

Note: I'm not sure the problem is really in lsp-java or one of the other package it uses, but I don't know how to track down the problem.

But the thing is the "bulb" icon that appears next to recommendations on code refactoring actions is WAY too big (see picture below)

To Reproduce

/**

Expected behavior

Screenshots

A picture is worth thusands words: screenshot_2021-02-12-21 35

jcs090218 commented 3 years ago

Hi, Thanks for reporting this issue to us!

I think if you use Emacs version 27 or above should solve this issue. Of course this isn't a good solution but a quick fix!

yyoncho commented 3 years ago

Can we remove that icon until the issue is fixed?

jcs090218 commented 3 years ago

@liar666 You can set lsp-ui-sideline-actions-icon to nil to disable this! :)

jcs090218 commented 3 years ago

Mark related issue #570.