-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Search icon not showing in quick panel #55
Comments
Hey @arturomartin, can you tell me what version of Sublime Text we are using and the OS? |
Of course, @mauroreisvieira
|
Hey, @arturomartin please check if the new version solves that issue. |
Sorry for the late answer, @mauroreisvieira No, it doesn't seem it solved it :( |
Hum, very strange, can you please remove that |
I just did it and it's still not showing up. I even deleted all my settings (both of Meetio and Sublime Text) just to see if there was something causing it but no luck… |
Can you please remove the Meetio Theme and install it again? It seems that the icon is rendered, but without any color. |
If you change between Can you please, open the console and check if exists any error? |
Yes, the result is the same. The console doesn't show any kind of error, it just prints Maybe there's something wrong with the image itself? Don't think so, as I checked it in the package and it seems to be fine, but I'm running out of ideas :P |
Mmm, sorry, my bad, I just found this in the console, but maybe it was when deleting and reinstalling the theme?:
Edit: Just unistalled and reinstalled it again and those errors are not showing anymore in the console:
|
Ok, let's try that:
{
"variables": {},
"rules": [
{
"class": "text_line_control",
"parents": [
{
"class": "overlay_control"
}
],
"layer1.opacity": 0,
"layer2.inner_margin": [
52,
48,
0,
0
],
"layer2.draw_center": false,
"layer2.texture": "Meetio Theme/textures/input/search.png",
"layer2.tint": "#f00",
"layer2.opacity": 1,
"content_margin": [
52,
10,
10,
10
],
"settings": [
"meetio_input_search_icon"
]
},
],
} The result: |
Hey, can you pelase test to add that options in your settings: "line_padding_bottom": 12,
"line_padding_top": 12, |
That blows my mind. If the value of line padding is smaller than 5 the icon disappears. Thanks for the report and the help to find the issue. I will warn you when that issue was solved. |
No, thanks to you @mauroreisvieira |
Thank you so much for your words. 🙏🏻 Any suggestion to improve it's welcome. |
Hey, @arturomartin issue solved. |
That was fast! Thanks a lot! |
The search icon does not show in quick panel although the setting is set to true:
"meetio_input_search_icon": true
Screenshot:
The text was updated successfully, but these errors were encountered: